Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML type Edit Box?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00260080
Message ID:
00261130
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform