Jump to content

Work in background


MarBar77

Recommended Posts

I have to make some database records refreshing when there is no active session.

 

1) I have a desktop app.

2) I put UniTimer on MainForm, and it doesn't work when only app is running and there is no active connections to server.

3) I tried tu put UniTimer on ServerModule and I have get Access Vilotation

4) I put UniTimer on MainModule, and it doesn't work.

 

So my question is how/where can I make some activities when app is running and there is no active connection? 

 

Marcin

Link to comment
Share on other sites

Hi,

 

Use TuniThreadTimer

 

TuniThreadTimer is a server side timer. It runs in server in its own thread and has no connection to client side. It is not bound to any session. It can be used to run server side tasks and other internal tasks.

Link to comment
Share on other sites

  • 6 months later...

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...