Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to miss cmdbutton
Message
From
30/10/1997 10:11:23
 
 
To
30/10/1997 07:36:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00057253
Message ID:
00057389
Views:
29
>>>>>>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
>>>
>>>You probably right, let's wait for his reply.
>>Hi Bill, Hi Edward!
>>Your interpretation is absolutely right.
>>I forgot that in HTML char "less than" and "bigger than" are used as
>>formating symbols.
>>Thanks!
>>Ed
>
>No problem. Main thing is you got your solution :-).
>Bill

Hi Bill
Jim`s solution to set TabStop property to .f. is good
to make button accessible by mouse only.
Thank you !
Ed
Previous
Reply
Map
View

Click here to load this message in the networking platform