Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field level VALID is not executed
Message
 
À
24/06/1999 01:01:36
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00232975
Message ID:
00236978
Vues:
17
>>>I have a screen with 1 single field which accepts numeric data.  When ESC key is pressed, valid clause of the field is not executed. Why ?

You have to either prevent the user from "escaping" the screen, or
call your valid procedure when the "ESC" key is pressed.

on key label escape * && nothing happens when the escape key is pressed

or

on key label escape do lpValid && call valid procedure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform