Hi Everybody!
When I am starting my application, one of my first bits of code uses a
DIALOG box.
DIALOG 'ENTER ID#, PHONE#, BIRTHDAY, OR LASTNAME' =40 vinput =15 vend
1
In order for the user to enter the data, they have to click on the
DIALOG box first, otherwise, the typing
doesn't put any characters into the DIALOG box. The users get annoyed
because they don't know why the
typing is not working.
Is there some way to shift the focus to the DIALOG box so that when the
user starts to type, the characters are entered?
Thanks!
Mike