Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query on Memo fields
Message
From
06/01/1999 09:04:47
 
 
To
06/01/1999 09:01:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00173098
Message ID:
00173100
Views:
24
>Is there any way to do a query on the Memo field for a text string and have the found text string in each different record highlighted when the dbf is browsed? Any help would be appreciated.

You may run this query the usual way, e.g.:
Select * From MyTable Where "qwerty"$MyTable.MemoField
Note that this query is not optimizable, i.e. will be slow for big table.
Grid highlighting can be reached by using DynamicBackColor properties evaluated again by "qwerty"$MyTable.MemoField
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform