Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML type Edit Box?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00260080
Message ID:
00261130
Vues:
27
Roxy,

Here's the dump from the CB for the test form:

DEFINE CLASS form1 AS form


DoCreate = .T.
Caption = "Form1"
Name = "Form1"


ADD OBJECT olecontrol1 AS olecontrol WITH ;
Top = 36, ;
Left = 24, ;
Height = 205, ;
Width = 337, ;
Name = "Olecontrol1"


ADD OBJECT command1 AS commandbutton WITH ;
Top = 0, ;
Left = 204, ;
Height = 27, ;
Width = 84, ;
Caption = "Go to Wiki", ;
Name = "Command1"


PROCEDURE olecontrol1.Refresh
*** ActiveX Control Method ***
nodefault
ENDPROC


PROCEDURE command1.Click
thisform.olecontrol1.Navigate( "http://www.stevenblack.com/webtalk/wc.dll?WebTalk~FoxForumWiki" )
ENDPROC

ENDDEFINE

Although I just noticed it doesn't tell you what olecontrol it is. *L* I'll email you the form since it's so small.

>Hey guys I'm a default Netscape surfer, copy-paste me something into email so I dont forget & I'll test whatever you want when I get back to the home office tonight.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform