Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code difference
Message
From
05/08/2004 05:56:22
 
 
To
05/08/2004 05:52:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00930914
Message ID:
00930915
Views:
13
Example 2 will run the code you have in your commandbutton baseclass, if you have any!

>Dear Sir,
>
>What is difference between example-1 and Example-2
>
>Exampel-1
>
>
>IF mNKEYCODE == -6 AND m.NSHIFTALTCTRL == 0
>	THISFORM.COMMAND3.CLICK
>	NODEFAULT
>ENDIF
>
>
>Exampel-2
>
>
>IF m.NKEYCODE == -6 AND m.NSHIFTALTCTRL == 0
>	THISFORM.COMMAND3.CLICK
>ENDIF
>
>
>Please Help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform