Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBrowser - Turn on Search (CTRL +F)
Message
De
23/04/2013 15:44:59
Mike Sue-Ping
Cambridge, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01571673
Message ID:
01571686
Vues:
55
>>>>>I know someone knows this on off the top of their head. I want to bring up the Search Window in the browser control in a VFP form with a menu button the same as if someone used CTRL +F.
>>>>
>>>>SWAG, use the KEYBOARD command?
>>>
>>>Thanks Mike but...
>>>Tried this code. Also tried a macro. No luck. Need the API call for oBrowser.
>>>
>>>
Thisform.obrowser.setfocus()
>>>KEYBOARD '{CTRL+F}'
>>
>>
>>How about thisform.obrowser.execWB(32, 0) where 32 is "Find"? See http://msdn.microsoft.com/en-us/library/ms691264.aspx for all enum values.
>
>That did it. Thanks a million Mike!

Glad to hear that I contributed something on the UT that actually helped someone :) You're welcome.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform