Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Docking menus to a top level form
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00355206
Message ID:
00355273
Views:
17
You have to do it in the ACTIVATE method with code like this:

WITH THISFORM
.oToolbar = CREATEOBJECT('SDIToolbar', THISFORM)
.oToolbar.DOCK(0,1,0)
.oToolbar.SHOW()
ENDWITH

Passing THISFORM gives you an object reference to the form the toolbar is on so you can talk to objects or call methods.

Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform