Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser
Message
 
To
04/10/2002 05:51:12
James Hill
Jim Hill Productions
Halifax, Nova Scotia, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00707448
Message ID:
00707761
Views:
31
This message has been marked as the solution to the initial question of the thread.
I am getting there...You can put code in NavigateComplete2() method of the webbroweser control to release the form. e.g. RELEASE Thisform.

For example,
*** ActiveX Control Event ***
LPARAMETERS pdisp, url
IF url = "http://www.mysite.com/Approval.asp"
   RELEASE Thisform
ENDIF
>Jayesh: When a CreditCard Payment option on a form is selected by a user, The Clearing house url appears in a window on the form. The user enters the card number, expiry date etc.. and gets the approval code. When the transaction is completed the url window still remains in the form. I need to release it somehow. Do you understand what I mean?.,
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform