I have a button on a form so that when you click the button, I want the following to happen.
1.) Click button.
2.) Set focus to text box(5 characters) ex. thisform.textBox1.setFocus()
3.) Wait for 5 characters to be entered in the text box.
4.) After 5 characters are entered, read the data entered from the text box.
5.) Procede with program.
I have done this in foxpro version 2.6 with the read command, but the read command is no longer available with 6.0. I'm having a problem with steps 3 and 4. Any help is appreciated.
Thanks,
Erik
1.) Click button.
2.) Set focus to text box(5 characters) ex. thisform.textBox1.setFocus()
3.) Wait for 5 characters to be entered in the text box.
4.) After 5 characters are entered, read the data entered from the text box.
5.) Procede with program.
I have done this in foxpro version 2.6 with the read command, but the read command is no longer available with 6.0. I'm having a problem with steps 3 and 4. Any help is appreciated.
Thanks,
Erik