Form "Calculating"

R

Rick

I have an application I maintain, it has recently Slowed down significantly
and with no obvious reson.

On thing I have noticed, that I know was not occuring before is that the
bottom left corner of the form there is a status of some sort that now
constantly says "Calculating . . ."

Pre this problem this status would OCCASIONALLY read "Calculating" but would
generally read "Form View".

I suspect that somehow something is going on that I am not aware of, some
calculation, Query or SOMETHING. Is there any way to TRAP what would be
going on, watch values etc? There may even be a look or timer of some sort
running somewhere I am not aware of, but I can not seem to find it by setting
break points, etc.

Any debugging tips that might help me diagnose what is going wrong?

Thanks.
 
J

Jeff Boyce

Rick

Any chance your app runs "split" over a LAN? ... and an anti-virus update
recently occurred? This is one reason for a major slowdown...
 
C

Chris Reveille

You may have lost/dropped one or more of your
relationships. check to see if they are all there.

Chris
 
M

Mike Painter

Make sure you have needed fields indexed.
I forgot one once and the behavior seemed odd to the users with it sometimes
being really slow and other times not.
 
Top