I have 2 buttons and a checkbox in a dialog. The 1st button is for printing. Users mistakenly press ENTER and the print preview comes up. How can I display the dialog and change the focus to the checkbox or have the focus elsewhere ?
I have 2 buttons and a checkbox in a dialog. The 1st button is for printing. Users mistakenly press ENTER and the print preview comes up. How can I display the dialog and change the focus to the checkbox or have the focus elsewhere ?
Define Dialog etc...
Active Dialog oDialog On Init oCheckBox:SetFocus()