Jump to content

UniTimer Refresh data problem!


literal

Recommended Posts

I wrote a program using Unigui and MySQL. After logging into the program with my username and password, I read the account balance of the user and show it on the screen. I refresh this data every 5 seconds with UniTimer.

Although it is a browser entered with a different user name that I have opened from different computers, the information of the last user I entered is visible and other browsers show the last user entered.

However, I want the balance of that user to appear in each browser. How can I do this?

Link to comment
Share on other sites

10 hours ago, wilton_rad said:


you must not create variables or share information on the server module.
use the mainmodule to place your public variables, and their connection component.

Thank you. My problem solved. I used UniMainModule.[Variable] on MainForm as you say.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...