Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Valid clause
Message
De
09/09/1999 12:10:01
 
 
À
09/09/1999 12:05:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00262939
Message ID:
00262944
Vues:
12
Salut Francis,

In your Valid(), insert the following at the top:
IF LastKey() <> 27
*-- Do the validation
ENDIF

Be sure that the command button as Cancel = .T.

HTH
>I have the following problem
>
>I created a form with a text box and a command button to leave the screen.
>
>In the valid clause of my text box, i put the following code
>
>if empty(myfield)
> messagebox("This field is mandatiory......")
> return 0
>else
> return 1
>endif
>
>The problem is i want to quit the form when i click on my button even if myfield is empty, but in my example i can not leave the screen.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform