I have a form called "frmModify".
I am using the two statements to show the form and set the focus to a specific text box:
frmModify.show
txtDenAmt1.setfocus
The form shows up okay, but the cursor is set on the first field in the top left of the screen.
What can I do to correct this?
Thanks
GPSPOW
I am using the two statements to show the form and set the focus to a specific text box:
frmModify.show
txtDenAmt1.setfocus
The form shows up okay, but the cursor is set on the first field in the top left of the screen.
What can I do to correct this?
Thanks
GPSPOW