NetTalk Central

Author Topic: Run time settings query  (Read 895 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Run time settings query
« on: May 11, 2023, 09:13:29 PM »
Hello,
Ive copied into a web app the Runtime settings browse from an example OK

Did I see recently a post about saving the theme selection,so that the new selected theme loads on subsquent logins?

Cheers
Richard
NT 12.59

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Run time settings query
« Reply #1 on: May 11, 2023, 10:58:34 PM »
you can save the user's preferred theme in your users table.
You can set the them once the user has logged in by calling
p_web.SetTheme('themename')

cheers
Bruce