Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit box on form
Message
 
À
16/04/2002 22:54:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00645784
Message ID:
00645785
Vues:
14
This message has been marked as the solution to the initial question of the thread.
Gaylen,

This is how xBase compares strings, they are compared until the string on the right of the = is exhausted. When your memo is empty the right side starts as exhausted so it is equal to everything. You can fix this by doing;
IF NOT Edtibox.Value == Table.Memofield
The == is exact string comparison.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform