S
samp
I wish I could keep open a form displaying the current time and a
timer (time elapsed from the opening of the form) during the execution
of a function.
At the beginning of this function form would be loaded and at the end
of the function, would be closed.
If I run the form alone, there are no problems. But if I call it
within a function, time and timer are not updated.
It turns out that after the function to load the form, the events are
not executed but the other instructions of the function. Its run both
at the same time?
While the codes are executed, would like to keep the form on the
screen to inform the current time and how long the MyFunction is
running.
timer (time elapsed from the opening of the form) during the execution
of a function.
At the beginning of this function form would be loaded and at the end
of the function, would be closed.
If I run the form alone, there are no problems. But if I call it
within a function, time and timer are not updated.
It turns out that after the function to load the form, the events are
not executed but the other instructions of the function. Its run both
at the same time?
While the codes are executed, would like to keep the form on the
screen to inform the current time and how long the MyFunction is
running.