Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser Control - BeforeNavigate2
Message
 
 
To
02/12/2002 20:39:50
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00728853
Message ID:
00728860
Views:
15
There's one I know about. It's TaskPane application in 'microsoft visual foxpro 8\Tools\xsource\VFPSource\taskpane' directory in VFP8beta. You can download VFP8beta from VFP home page.

>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform