M
Michael
Hi there, I’ve developed a client server application where the user can post
transactions that contain workspace/begin/commit and may also have nested
transactions. On the main menu I would like to refresh certain data say every
10 minutes (user definable).
What I want to know is what exactly happens when the user posts a
transaction and in the middle of it the timer - that triggers the main menu
function – starts?
Is the transaction first posted and completed before the timer function
begins? Are both happening at the same time? What if I have several functions
that are triggered by different timers? Is each one first completed before
the next one starts?
Thanks to all of you who have taken the time to read this and perhaps
provides some feedback. This is very much appreciated.
Have a wonderful day…
Michael
transactions that contain workspace/begin/commit and may also have nested
transactions. On the main menu I would like to refresh certain data say every
10 minutes (user definable).
What I want to know is what exactly happens when the user posts a
transaction and in the middle of it the timer - that triggers the main menu
function – starts?
Is the transaction first posted and completed before the timer function
begins? Are both happening at the same time? What if I have several functions
that are triggered by different timers? Is each one first completed before
the next one starts?
Thanks to all of you who have taken the time to read this and perhaps
provides some feedback. This is very much appreciated.
Have a wonderful day…
Michael