R
Ray C
I have a form with a lot of calculated fields. The problem is that when I put
the data file on the server and the front end on my machine, these calculated
fields take about a second or two to calculate and the value appear. Is there
any way I can have the form calculate the amount of time it takes for all the
values to appear.
I tried putting code in some of the event handlers (open, load), but the
time appears too fast...even before the calculated fields complete. My client
wants this information to appear on the form. Something like an
OnLastCalculatedFieldFinishes event.
Thanks !
the data file on the server and the front end on my machine, these calculated
fields take about a second or two to calculate and the value appear. Is there
any way I can have the form calculate the amount of time it takes for all the
values to appear.
I tried putting code in some of the event handlers (open, load), but the
time appears too fast...even before the calculated fields complete. My client
wants this information to appear on the form. Something like an
OnLastCalculatedFieldFinishes event.
Thanks !