Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar in SDI Form
Message
 
To
19/06/2002 20:53:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00667148
Message ID:
00670508
Views:
29
Zlatin,

>Does this work for you? Maybe I have done something wrong but it does not work for me (VFP7SP1@Win2kPro)

I tested it again, it works. Try the following:

1) Set the toolbar's ShowWindow property to "in top level form"

2) In the top level form's Init():
THIS.Visible = .T.
THIS.AddProperty("oToolbar", .NULL.)
THIS.oToolbar = CREATEOBJECT("tbrTest")
THIS.oToolbar.Show()
HTH,
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform