M
Myron
Hi Charles,
During the OnClick event to open the second Form,
Select a control on the First Form that is not an editable
control and SetFocus to it, before you do anything else.
ex. NonEditableBox.SetFocus
Myron
During the OnClick event to open the second Form,
Select a control on the First Form that is not an editable
control and SetFocus to it, before you do anything else.
ex. NonEditableBox.SetFocus
Myron