Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars
Message
From
02/05/2001 21:03:18
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00502834
Message ID:
00502835
Views:
15
>What syntax do I use to close a custom toolbar that I generated in a program? I run the program when my form is initialized to define and open it but I want the toolbar to close when the form does.

Is this an object based on the toolbar baseclass? If so, just release its object reference:

release oToolbar

If this is a VFP toolbar (one saved in the resource file) you should just be able to do a HIDE WINDOW mytoolbarname.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform