Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebBrowser Control - BeforeNavigate2
Message
De
02/12/2002 20:39:50
 
 
À
02/12/2002 20:23:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00728853
Message ID:
00728857
Vues:
15
Something like this :

LPARAMETERS url, ...

IF 'HTM' NOT IN url
goAppl.ExecForm( "NewForm" )
CANCEL = .T.
ENDIF



goAppl.ExecForm :

LPARAMETERS tcForm
loForm = CREATEOBJECT( tcForm )
IF TYPE( "loForm.Class" ) = 'C' AND loForm.Class = 'CVIEWFORM'
goAppl.iNbForms = goAppl.iNbForms + 1
DIMENSION goAppl.aForms( goAppl.iNbForms )
goAppl.aForms( goAppl.iNbForms ) = loForm
loForm.Show()
ENDIF


Can you direct me to any reference of webbrowser control beeing use as a menu or portal to start any type of foxpro forms. It seems for me such a obvious functionnality that a lot of people must have gone through this problem.

Thanks a lot.

Charles
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform