Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute a foxpro command from a web page
Message
From
10/10/2000 17:01:29
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00427473
Message ID:
00427575
Views:
15
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform