Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBrowser - Turn on Search (CTRL +F)
Message
De
23/04/2013 15:10:11
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:
01571682
Vues:
90
This message has been marked as the solution to the initial question of the thread.
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform