Question: How can I catch the tab character inside of my Edit controls? Answer: This can easily be done by overriding the forms CMDialogKey procedure. To see how this works drop a Edit on the form and enter in the following code:
Also, make sure to add the following line to your forms definition:
|
Last Modified: 27-JUN-02