wanderaround
Programmer
With VFP 7, I'm writing a maintenance problem of a client database. The form consist many entry fields, the first field is the client code which should be unique. Therefore, after user enter the client code, the program will check the code to find if the code is exist in the client database. If not found, then the cursor will skip to the next entry field, otherwise, it will display a messagebox to user about duplicate entry and the cursor should keep on client code entry field. The cursor will not move to next field unless the client code is unique or user press the escape key to return to previous screen.
Now, the warning dialogue was displayed if it is a duplicated entry, but the cusor moved to next field. Also, how can I allow the user interrupt the program flow by pressing ESC key(exit the maintenance form)? Are there anyone can help?
Wanderaround
Now, the warning dialogue was displayed if it is a duplicated entry, but the cusor moved to next field. Also, how can I allow the user interrupt the program flow by pressing ESC key(exit the maintenance form)? Are there anyone can help?
Wanderaround