Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent a toolbar from being docked
Message
 
To
30/05/2005 09:32:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01018521
Message ID:
01018526
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Not a very nice solution:
oTool = CREATEOBJECT("MyTool")
oTool.Show()


DEFINE CLASS MyTool AS Toolbar
  
  PROCEDURE AfterDock
  IF this.Docked
     this.Dock(-1)
  ENDIF
  
ENDDEFINE
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform