Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser Control - BeforeNavigate2
Message
From
02/12/2002 20:39:50
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00728853
Message ID:
00728857
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform