Page 1 of 1
Saving data question
Posted: Wed Nov 11, 2015 2:55 am
by daybreak
I want to save the user entered data so that when I create a new version/upgrade of the program, the user doesn't have to enter it all over again. For example I want to save data entered in datagrid to a file that can be read by the new version software. How do I go about doing that?
Re: Saving data question
Posted: Wed Nov 11, 2015 4:25 pm
by dunbarx
Hi.
Is this in a standalone? Is it for mobil?
Craig Newman
Re: Saving data question
Posted: Fri Nov 13, 2015 1:01 am
by daybreak
Thank you Craig Newman for the reply the application will be running stand alone on windows 7 pc.
Re: Saving data question
Posted: Fri Nov 13, 2015 5:31 am
by dunbarx
Hi.
Standalones cannot save themselves. They are locked by all OS's, Windows included. The way I do it is to create a "splash" stack, that is the actual executable, and may have no functionality at all, except to open another stack or external file.
That other stack(s)or external file(s), are attached to the executable in the "Standalone Application Settings" stack found in the "File" menu. You then make a standalone, which carries the other gadgets along in a single "package". This takes just a little practice, but you will get the hang of it quickly. All the attached stacks and files can be saved in the normal way. You should read the appropriate tutorials, and check out the resources at Hyperactive Software:
http://www.hyperactivesw.com/revscriptc ... ences.html
Craig Newman