Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close top form from toolbar
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00981030
Message ID:
00981375
Views:
54
>>No, it does not work. Main form is not released and still shown on the screen. As I said in my original message the toolbar is shown in top-level form - the one I am trying to close clicking on a toolbar.
>
>How are you launching the main form and the toolbar?
From prg:
goMainForm = NEWOBJECT('frmmain', 'labelmaint.vcx')
goMainForm.Visible = .T.

goToolBar = NEWOBJECT('tlbMainBar', 'labelmaint.vcx')
goToolBar.Dock(0)
goToolBar.Visible = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform