Page 1 of 1

Saving data with Standalones

Posted: Fri Jan 16, 2009 12:13 am
by jsburnett
Hi,
I am having troube saving data in a stack in a Standalone.

I created a substack and am putting data in fields that another substack looks for.

The data is saved well prior to changing the stack to a substack? Any thoughts?

Posted: Fri Jan 16, 2009 1:51 am
by FourthWorld
Applications are prevented from modifying themselves, so this is true for Rev apps as well.

But it's easy enough to store data as other apps do, using either text files or stack files. In fact, with the flexibility of stack files it's probably easier in Rev than just about anything else. :)

For some good tips on saving data from a standalone, check out this article from revJournal.com:
http://www.revjournal.com/tutorials/sav ... ution.html