Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can activate Ctrl+F Find?
Message
From
10/03/2006 15:04:37
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01103029
Message ID:
01103247
Views:
13
>I have defined a MAIN MENU for my program.
>I have a DEFINE WINDOW, with the traditional @ SAY and @ GET commands.
>In the Window, I have a long text in a MEMO FIELD, and when I am editing the information, I can´t activate the CTRL+F FIND, function.
>
>Because the text in the MEMO FIELD is very long, I want to find, some text in it.
>
>When I use the BROWSE command, VFP automatically change my MAIN MENU, and activate a new menu with the options EDIT+VIEW+TOOLS+TABLE+WINDOW, and when I enter to the memo field, I can use the normal CTRL+F to find the text I want.
>
>I need to use CTRL+F FIND function, in the same way, but without using the BROWSE command.
>
>It is possible?
>
>Thanks a lot for your answer!

This is very Fox 2.6ish, but that's what you are emulating so how about something like......

In the WHEN function of the get
PUSH MENU _MSYSMENU (or your current menu)
define the bar and pads you need

Then in the VALID function of the get
POP MENU _MSYSMENU
Previous
Reply
Map
View

Click here to load this message in the networking platform