Saving the load script
When you save the script the entire app is saved, but data is not automatically reloaded.
Do the following:
- Click Save in the data load editor toolbar to save the script.
The script is now saved, but the app will still contain old data from the previous reload, which is indicated in the toolbar. If you want to update the app with new data, click Load data in the data load editor toolbar.
When you save the script, it is automatically checked for syntax errors. Syntax errors are highlighted in the code, and all script sections containing syntax errors are indicated with
next to the section label.Information noteThe script is automatically saved to the app when data is loaded.