Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function keys produce strange characters
Message
De
20/11/1997 19:07:05
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
20/11/1997 10:21:04
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00061257
Message ID:
00061523
Vues:
34
>>In some of my forms, pressing the (undefined) Function keys produce strange characters. I've only defined an ON KEY LABEL F2. At the beginning of my application I say PUSH KEY CLEAR and CLEAR MACROS. Why are the Function keys doing this and how can I stop them?
>>
>>Thanks,
>>Elyse
>To disable any key, you want to issue...
>
>PUSH KEY CLEAR
>ON KEY LABEL F1 *
>ON KEY LABEL ALT+F1 *
>ON KEY LABEL CTRL+F1 *
>ON KEY LABEL SHIFT+F1 *
>
>ON KEY LABEL F2 *
>ON KEY LABEL ALT+F2 *
>ON KEY LABEL CTRL+F2 *
>ON KEY LABEL SHIFT+F2 *
>etc...
>which is the comment or ignore statement

This didn't seem to help and I subsequently realized that the problem only occurs when the Format Property of the TextBox is set to "!".

Elyse
Elyse Pomerantz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform