(Search for: "tutorials/saving_data_in_revolution")
Does this mean that if I take the time to populate a Grid from a remote data source, and exit the program, when the program starts again, the Grid will remain populated?? It sounds that way.By far the easiest method is to make sure that you can save all the sub-stacks in your project. This is frequently called the splash screen method because the best way to do it is to have the mainStack of your application be nothing more than a decorative splash screen which takes you to the sub stacks where all the action occurs and where any data changes can be saved as part of the stack.
Wow-- in any other development environment, this would require two additional routines: one to remove the data from the Grid and save it to disk file, and then another to read that file and re-populate the grid.