Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit box on form
Message
From
16/04/2002 23:28:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00645784
Message ID:
00645788
Views:
10
Jim - Thanks that fixed it. The routine worked on about 30 other fields on that form but it didn't on the memo field. Now I understand why.

Thanks again
Gaylen


>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
Reply
Map
View

Click here to load this message in the networking platform