Shared States Replacement

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
billcros
Posts: 18
Joined: Fri Apr 11, 2014 10:27 pm

Shared States Replacement

Post by billcros »

If I replace all of the Get_SharedState and Set_SharedState commands in my application with selections and assignments to a server based table will the existing shared states still be sent back and forth between the client and server and if so is there a way to stop this from happening ?
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: Shared States Replacement

Post by tsupartono »

Yes the existing shared states will continue to be sent back and forth.
Unfortunately there is no way to delete the shared states.
The only possible solutions at this stage:
(1) Set the value of the shared states to empty string
(2) Reinstall the LR client
Post Reply