Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My toolbar doesn't appear!
Message
 
To
28/06/2001 13:58:19
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00524834
Message ID:
00524902
Views:
11
>I want to show a toolbar inside a toplevel form. I have created the toolbar with the property ShowWindow = 1 and in the form's Init():
>
>Thisform.oTool = CREATEOBJECT('tbrMain',Thisform)
>Thisform.oTool.Visible = .T.
>
>But the toolbar doesn't appear, what I'm doing wrong?
>
>Thanks in advance
>Héctor L.

Thisform.oTool.show()
Thisform.oTool.dock(0) && Or whatever...
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Reply
Map
View

Click here to load this message in the networking platform