(RPG) Offline : SavedState

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
rdevost
Posts: 17
Joined: Fri Feb 20, 2015 9:21 am

(RPG) Offline : SavedState

Post 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
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: (RPG) Offline : SavedState

Post 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.
Post Reply