Page 1 of 1

(RPG) Offline : SavedState

Posted: Thu Apr 09, 2015 10:37 am
by rdevost
Hi,

Can I still make use of SavedState in an offline program or is this useful for server programs only? If not, what other alternative can I use in place of SavedState?

Thanks.
Rocel

Re: (RPG) Offline : SavedState

Posted: Fri Apr 10, 2015 3:00 pm
by tsupartono
You can use shared states in offline program.

Some alternatives:
- If the data does not need to be persistent and is used to share information between scripts in a form, you can use form
- You can use local database table to store persistent state information.