Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box Problem
Message
 
To
01/04/1999 08:20:39
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00204170
Message ID:
00204201
Views:
25
>Thanks for the reply.
>
>i want to go to next available object. I have two options, Command Group and Text box. if textbox is disable. it should go to command button else to text box. My text box is disable, So cursor should go to command button, but it is not going. got focus of command button also not fired. I hope this will clear what i want.
>
>Thanks

Nishit,

In the keypress put this code;

IF nKeyCode = 27
NODEFAULT
KEYBOARD "{TAB}"
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform