C
Chad Knudson
I have a textbox control on a page of a multi-page control. If the user
enters text into that control and tabs out of the control to the OK button
(not contained within the page of the multi-page control) then the
TextBox_Exit event isn't received. If I keep tabbing and the focus comes
back into the Multi-Page control, the TextBox_Exit event is received and
processed. How can I always catch this event?
enters text into that control and tabs out of the control to the OK button
(not contained within the page of the multi-page control) then the
TextBox_Exit event isn't received. If I keep tabbing and the focus comes
back into the Multi-Page control, the TextBox_Exit event is received and
processed. How can I always catch this event?