L
.Len B
ACC 2003
I have a form with a tab control at the bottom. The first tab
has just a single control named txtComment. The other two tabs
contain a different subform.
The main form is based on a table - Equipment.
Each subform is independent of the other and each is based on
a table with a 1-many relationship to Equipment.
These tables are Maintenance and Movements.
When moving from record to record, there is a delay before
each new record is displayed. During this delay, the status bar
displays the message "Calculating..." which then changes to
"Form View"
This app is deployed with both BEs & FE in the same the network
share. It performs faster on my stand-alone machine but there the
delay is only about one third of a second. On the network the
delay is around 10 seconds.
How can I find out what is being calculated?
I have a form with a tab control at the bottom. The first tab
has just a single control named txtComment. The other two tabs
contain a different subform.
The main form is based on a table - Equipment.
Each subform is independent of the other and each is based on
a table with a 1-many relationship to Equipment.
These tables are Maintenance and Movements.
When moving from record to record, there is a delay before
each new record is displayed. During this delay, the status bar
displays the message "Calculating..." which then changes to
"Form View"
This app is deployed with both BEs & FE in the same the network
share. It performs faster on my stand-alone machine but there the
delay is only about one third of a second. On the network the
delay is around 10 seconds.
How can I find out what is being calculated?