Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebBrowser
Message
 
À
04/10/2002 05:51:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00707448
Message ID:
00707761
Vues:
33
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform