Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show Standard Toolbar programmatically
Message
De
23/04/2002 11:57:36
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00647416
Message ID:
00648227
Vues:
22
>>>
>>>No, you don't miss anything. VFP doesn't offer a way to do this programmatically. However one solution, that should work for you, is presented in the Message #565685.
>>
>>Sergey, you wouldn't happen to know an easy way to check if the Standard Toolbar is already present? I'm having similar problems about half the time, and I don't want to remove the toolbar if it's shown..
>
>Depending on your definition of 'present'. :)
IF Wvisible("Standard")
* Or
IF Wexist("Standard")
Someone else beat you to the punch with wexist(). Of course, what I wanted was !wexist - the framework I use removes the toolbar, and I've been crashing VFP pretty often (my fault) and want to auto-restore the toolbar after a crash.

I tweaked the answer from the other thread: Use {PGDN}{UPARROW} instead of all the {DNARROW}s.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform