Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search/Replace in memo fields
Message
From
14/06/1999 15:28:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00222492
Message ID:
00229653
Views:
16
>REPLACE ALL memo field name WITH STRTRAN(memo field name, "vendor", "manufacturer")
>
>in a memo filed, it is not that just find a word in a memo filed
>and list all record that contains the word. Question is how
>you do it. If you have suggestion, I appreciate it very much.

I'm not sure how you would do it, but it seems that you should be right... there should be some way to just search for memos containing certain words. What about some variation on :
select * from tablename where certain string $ <some function>(memofieldname)
At least that would be my best guess. :) Sorry I couldn't help.
~~~~~~~~~~
Denise
~~~~~~~~~~
Previous
Reply
Map
View

Click here to load this message in the networking platform