Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to miss cmdbutton
Message
From
29/10/1997 15:09:01
 
 
To
29/10/1997 14:51:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00057253
Message ID:
00057262
Views:
28
>>How to make a command button unaccessible by -key,
>>and in the same time accessible by mouse-click and -key?
>>
>>Ed
>
>**** cmd KeyPress event
>do case
>case nKeycode=13
> nodefault
>case nKeycode=9
> this.click()
>endcase

Hi Edward,

I wondered if I interpreted his question correctly :-). It seemed to me he didn't want the user to be able to press Enter to set focus to the button from another object but allow pressing TAB or using the mouse to set focus to it.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform