R
Rolf Rosenquist
I have a form to calculate daily takings. A button starts the code to open 3
other forms (with Echo False), that each calculates 3 different variables
that should be reported in the first form.
The result is zero from all of them by running. But when I step through the
code, everything is OK. I guess, that those 3 other forms take so long time,
that they don't have their values ready, when the first form asks them for
their values.
Is there a possibility to make a delay of for instance 1 or 2 seconds,
before the command to get the values? I tried with Me.TimerInterval = 2000,
but that did not work. Or is there a better way to get the values for the
user?
/ Rolf
other forms (with Echo False), that each calculates 3 different variables
that should be reported in the first form.
The result is zero from all of them by running. But when I step through the
code, everything is OK. I guess, that those 3 other forms take so long time,
that they don't have their values ready, when the first form asks them for
their values.
Is there a possibility to make a delay of for instance 1 or 2 seconds,
before the command to get the values? I tried with Me.TimerInterval = 2000,
but that did not work. Or is there a better way to get the values for the
user?
/ Rolf