Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turn on word search in modify command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01583391
Message ID:
01583450
Views:
52
>>Part of our error reporting program saves a complete memory dump to a memo field. I have added a copy memo to a text file then I do a modify command memory.txt so I can see it in detail. However, the CTRL+F search does not work. I turn off all the tool bars going into the program and I assume that's why. Can anyone save me a day of work and tell me what to do to turn the search on while I'm in the modify command and back off coming out?
>>Thanks
>
>Might not fit your situation but you might try
>PUSH MENU _msysmenu
>SET SYSMENU TO default
>*** Do you Stuff ***
>POP MENU _msysmenu

Many thanks to both Rich and Thierry. Combined the two and it works.
PUSH MENU _msysmenu
SET SYSMENU TO default
SET SYSMENU ON
  modi comm memory.txt
POP MENU _msysmenu
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Reply
Map
View

Click here to load this message in the networking platform