Web App
Bruno Del Sol
bruno.delsol at bydesign.fr
Tue Jun 4 11:56:43 EDT 2019
Hi,
Have a look at the JS preferences sample app that shows how to to store form's instance values into the browser's
LocalStorage.
Be aware, though, that if you use it for sensitive data (passwords, personal info, etc...) you should encrypt these in
Omnis before storing them, cos otherwise the values can be seen with the developers tools provided by any browser.
Besides, the amount of data you can store that way is limited around 5 to 50 megabytes depending on browser's vendor and OS.
Regards
Bruno
By Design
http://www.bydesign.fr
Bruno Del Sol
bruno.delsol at bydesign.fr
tel (33) 01 48 78 47 37
46, rue de La Tour d'Auvergne
75009 Paris (France)
Le 04/06/2019 à 16:33, ksargent at oversiteonline.com a écrit :
> Just looking for some general ideas.
>
>
>
> When moving from one remote form to another using a global variable in a
> multi user environment does not work. Example a user has system wide
> privileges that you form to form.
>
>
>
> How do you recommend passing these variables from form to form. Can I use an
> object? Is that object global or client specific?
>
>
>
> Looking for a recommendation.
>
> Thanks
>
> Kim
>
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
>
More information about the omnisdev-en
mailing list