Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WEB BROWSER control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00711460
Message ID:
00711481
Views:
8
>I'm using the Microsoft Web Browser control in a form, and that control is bringing up an ASP script that has some data input and a submit button. I can access all the data elements from the ASP side just fine from within VFP.
>
>Is there any way I can tell when the submit button has been pressed and/or get it's return value on the VFP side?
>
>TIA!

The BeforeNavigate2() event will fire whenever the user attempts to navigate between pages (which should happen when clicking a Submit button). If you want to short-circuit the navigate, just set the Cancel parameter to .T.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform