Switching between Forms

DasmonKoh

New member
Joined
Aug 3, 2005
Messages
1
Programming Experience
1-3
Hi all,

anyone encountered a problem with the validated event when switching between forms?

form1 has a combobox with a validated event.
switches to form 2 in menu then switch back to form1
form1 focus is set to the combobox. when leaving combobox, validated event is not triggered.

i have added in 4 events, leave, validating, validated and lostfocus. only lostfocus event is triggered. but after the first time, the validated event triggers again.

anyone encounter this wierd problem before? please advise.

thanks

ps. possible solution is adding handler for lostfocus. and using it once. but it still has the same problem. after removing the lostfocus handler (after using it once), it still will not trigger the validated event.

pps. sorry for the poor wording. if any clarification is needed, just ask. thanks
 
Back
Top