Are you saying that Foxpro's top menu Edit | Find
(also Ctrl+F) is not working for you?
What version of Foxpro are you running?
Are you attempting a Case-sensitive Find where you should really be doing a No Case-sensitivity search?
As Dave says above, Foxpro runs fine under XP.
For DOS versions you might need to ensure that the Quick Edit property is not checked and you might need to ensure that your CONFIG.NT and AUTOEXEC.NT files have the appropriate settings (do Keyword search). You might also want to check the CONFIG.FP (or .FPW) file settings for MEMLIMIT settings (again, do Keyword search).
Good Luck,
JRB-Bldr
VisionQuest Consulting
Business Analyst & CIO Consulting Services
CIOServices@yahoo.com
Suppose that I have 2000 programmes file (.PRG) and I want to identify wich programs contain sting "toto".
To do that, I am used to using Windows Explorer.
I execute FIND with Windows Explorer.
I specify file = *.PRG
I specify sting = TOTO
Windows Explorer gives me all programs files that contains string "toto".
Now since I have Windows XP on my workstation, when I execute FIND the result of the search is always empty. Windows XP is not able to analyse .PRG files.
Yes, that's because XP has changed the search criteria in Explorer. By default you can only search inside file types that MS has previously defined as "text" and .PRG is not on the list! (This is so explorer doesn't search for text strings inside non-text files - especially those large media files like mpegs and jpgs!) Go to
and get the little script to add those files you think should be "searchable". Note: If explorer finds 'binary data' (not sure of the official definition), it will stop searching in a file. So don't bother putting .DBF, .FPT, .SCX, .SCT, etc. on the searchable list.
If you prefer how things used to work <s>, consider Agent Ransack - a free third party search tool. It works well with XP. Has many search options, including a working "search for text" feature. -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.