Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar visible does not work
Message
De
06/05/1997 18:43:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Toolbar visible does not work
Divers
Thread ID:
00031084
Message ID:
00031084
Vues:
89
When I print preview, I am hidding all my toolbars. But, it does not work all the time. Here's the code I am using. The command is executed, .Visible=.F., but the toolbar is still visible. Any idea?

FOR lnCompteur=1 TO _SCREEN.FormCount
IF UPPER(_screen.Forms(lnCompteur).BaseClass)='TOOLBAR'
_screen.Forms(lnCompteur).Visible=.F.
ENDIF
NEXT
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform