Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FORM CURRENT 'refresh' PROBLEM

Status
Not open for further replies.

fsweb2002

Programmer
Apr 11, 2002
94
TR
Hi there

I have a form with a subform.
OnCurrent it refreshes the screen (fro example, it makes certain fields invisible, etc etc).

It appears that for every record (of the form) it refreshes the screen MORE THAN ONCE. Sometimes 2-3 times.

On a fast computer you are unable to see this (because it happens to fast), but on a PII (for example), you can clearly see it doing it 2-3 times per record.

I have checked the code but I don´t see the duplication of the OnCurrent event anywhere.

Anyone can give me a hint of what might be happening?

Your help is always appreciated...



 
Do you have code on the OnChange event of any of you fields?
A change on focus may do this to you.

 
Thanks HAH

Yes, I have plenty of OnCHange on an number of fields, however I only thought that event would occur when there i an actual change on the field, not when the form loads at first..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top