A
Altemir
I have a subform embedded in a main form. The underlying data comes
from a single table. There is only one field (let's call it "MyField")
in the subform that has TabStop = Yes. Every other field in both the
subform and main form has TabStop = No.
Here's the problem: When I enter a value in MyField and hit the tab
key, the cursor moves to MyField on the next record just like I want it
to. But about 200 milliseconds later disappears. However, it will
return to MyField if I press Tab a second time.
It's taking two tabs to move to the next field!?!?!
I also notice that fields in the header of my subform flicker on the
first Tabs hit like there's a refresh going on or something.
I have searched long and hard for any events attached to MyField, the
subform, and main form, but haven't found anything yet.
Any suggestions?
from a single table. There is only one field (let's call it "MyField")
in the subform that has TabStop = Yes. Every other field in both the
subform and main form has TabStop = No.
Here's the problem: When I enter a value in MyField and hit the tab
key, the cursor moves to MyField on the next record just like I want it
to. But about 200 milliseconds later disappears. However, it will
return to MyField if I press Tab a second time.
It's taking two tabs to move to the next field!?!?!
I also notice that fields in the header of my subform flicker on the
first Tabs hit like there's a refresh going on or something.
I have searched long and hard for any events attached to MyField, the
subform, and main form, but haven't found anything yet.
Any suggestions?