Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Turn on the Standard Tool Bar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00360784
Message ID:
00360922
Vues:
34
>Is there a way to turn on the standard tool bar programmatically, when it is not defined at startup.
>
>I know I can go to the view tools bars, etc.. But I would like to know if the standard tool bar can be programmatically turned on.
>
>SHOW WINDOW "Standard" does not work if the tool bar is not defined yet
>
>Any help is appreciated..

Have you tried:
 IF WEXIST('Standard')
   HIDE WINDOW Standard
 ENDIF
(I found this code quite recently (<2 months) in UT and then successfully implemented)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform