Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code difference
Message
De
05/08/2004 05:56:22
 
 
À
05/08/2004 05:52:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00930914
Message ID:
00930915
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform