Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute a foxpro command from a web page
Message
De
10/10/2000 17:01:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00427473
Message ID:
00427575
Vues:
17
>>How I execute a foxpro command from inside a html page that opens a form. Like "do form .....". The html page is inside a vfp form that has a web browser ocx control.
>
> Try to search ActiveX object (we browser) events. Some of them can fire when you click on some link. I don;t know if they exist because did not used that control a lot. However, I guess such events should exist. Than you can catch your own pre-formatted special links to lauch VFP forms from that event.

Clicking on a link in a page loaded in the WebBrowser control doesn't fire an event in the control itsself, but it does fire an event in the anchor object itself. You can bind to the events of this object with VFPCOM's BindEvents method.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform