Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Key F9 does not work
Message
De
27/02/2012 13:58:10
 
 
À
27/02/2012 12:57:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01536647
Message ID:
01536649
Vues:
83
This message has been marked as a message which has helped to the initial question of the thread.
>Hi.
>
>I have code below in method KeyPress of the textbox:
>
>
>LPARAMETERS nKeyCode, nShiftAltCtrl
>
>IF nKeyCode = -8 && F9
>	Thisform.Ortese = .F.
>	THIS.VALUE = lnAto
>ENDIF
>
>IF nKeyCode = -6 && F7
>	Thisform.Ortese = .T.
>	THISFORM.PageFrame1.Page3.BtnAtoRealiz.CLICK()
>ENDIF
>
>
>
>In interactive mode this code works correctly, but in exe does not work.

Maybe you are interactively testing one version of code, but a different version is getting built into your EXE?
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform