Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit box on form
Message
 
To
16/04/2002 22:54:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00645784
Message ID:
00645785
Views:
13
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform