Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox in a loop!!!!
Message
De
17/10/2001 23:25:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
MessageBox in a loop!!!!
Divers
Thread ID:
00570063
Message ID:
00570063
Vues:
60
Hi Everyone,

Can someone please tell me why in the code below the MessageBox gets caught in a continuous loop. This code is being called in the Valid event of a TextBox. Surely, I'm missing something.
******************
local lnanswer

If Empty(This.value)
lnanswer=messagebox("First Name field cannot be blank",1,"Text Entry Error.")
Endif

If lnanswer = 2 && If the Cancel button is clicked back out of the record.
Tablerevert()
Thisform.flipenable
Thisform.Refresh

Endif

Return 0
******************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform