My Forms never stop calculating...

C

Chris76

Has anyone ever experienced the status bar on the bottom to read:
"Calculating....." and the application locks up for the most part?

My database does not have any calculating fields and complex querie
and such.. is more of an informational type database.. in fact, i
only in design mode and there are no populated fields at this point..

What are possible causes to this issue
 
J

Joan Wild

Do you use any domain functions on the form? Do you have any code behind
this form?
 
C

Chris76

The only code i have is a mouse wheel code that prevents users to scrol
through records using the mousewheel. I can not remember if this proble
occurred before i inserted the code. I am going to try and remove th
code and see what happens..
 
C

Chris76

Good news-- so far-- i removed the mousewheel module and the form
calculate in the normal 1 second and a half (if that). The only ba
part about that is that what i tried to accomplish with the mousewhee
coding--i no longer had. But i guess since the app works fine righ
now-- I'll keep it as is.. thanks for the quick tip
 
Top