Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange memo editing behaviour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00125100
Message ID:
00125447
Vues:
32
>>Rex,
>>
>>Try changing the code to this;
>>
>>
>>THISFORM.pbPrint.Enabled = NOT EMPTY(THIS.Value)
>>THISFORM.pbExport.Enabled = NOT EMPTY(THIS.Value)
>>
>

Rex,

The Keypress is too early, it fires before the control gets the keystroke. PUt it in the InteractiveChange event, it fires after the control gets the keystroke.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform