Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebBrowser Control - BeforeNavigate2
Message
 
 
À
02/12/2002 20:39:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00728853
Message ID:
00728860
Vues:
18
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform