Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On Key Label
Message
De
25/04/2010 11:40:34
 
 
À
25/04/2010 10:50:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01461931
Message ID:
01461944
Vues:
62
>>Hi All:
>>
>>I have the following program:
>>
>>
>>ON KEY LABEL F2
>>ON KEY LABEL F3
>>DO FORM test
>>READ events
>>
>>
>>The Form test has one text box. In the text box KEYPRESS method, I have the following code:
>>
>>
>>LPARAMETERS nKeyCode, nShiftAltCtrl
>>MESSAGEBOX(STR(nKeyCode))
>>
>>
>>It works fine when I press F3, but nothing happens when I press F2.
>>
>>Any ideas?
>>
>>Thanks,
>>
>>Yossi
>
>
>F2 is used by the Edit menu - Bookmarks
>
>While you can delete a bar from a menu like
>
>release bar _MED_REPL of _MSM_EDIT
>release bar _MED_FIND of _MSM_EDIT
>
>
>I haven't found any way to get rid of the Bookmarks bar
>
>This doesn't work
>
>release bar _MED_BKMKS of _MSM_EDIT
>
Thanks; all the other keys seem to work OK. I just won't use F2.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform