Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars
Message
De
02/05/2001 21:03:18
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00502834
Message ID:
00502835
Vues:
16
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform