Theme

I want to save theme as users’s preference in a table. How to proceed?
Which is the global variable to change for change the theme? (i know fied type theme).

Re: Theme

In Application Settings, there’s an option Toolbar, you can select Theme to show in the app toolbar

Re: Theme

I know the toolbar but then the user log on, i want the system remember the last theme he used.

Re: Theme

You can try to retrieving the information about the theme, creating a field in your database as varchar for example, and in Scriptcase as Theme.
Create a virtual field and on onLoad event use a sc_lookup to retrieve the field information in your database.