Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Old toolbar still shows up
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00537351
Message ID:
00537396
Vues:
11
This is the code I use, it was a "gift" from someone in the UT

PUBLIC ARRAY toolbars[11,2]
toolbars[1,1] = 'Form Designer'
toolbars[2,1] = 'Standard'
toolbars[3,1] = 'Layout'
toolbars[4,1] = 'Query Designer'
toolbars[5,1] = 'View Designer'
toolbars[6,1] = 'Color Designer'
toolbars[7,1] = 'Form Designer'
toolbars[8,1] = 'Database Designer'
toolbars[9,1] = 'Report Designer'
toolbars[10,1] = 'Report Controls'
toolbars[11,1] = 'Print Preview'

FOR lnCount = 1 TO ALEN(toolbars,1)
toolbars[lnCount,2] = WVISIBLE(toolbars[lnCount,1])
IF toolbars[lnCount,2]
HIDE WINDOW (toolbars[lnCount,1])
ENDIF
ENDFOR


>How do I keep an old toolbar from being displayed that is still showing up along with a new one I thought took its place? Thanks...
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform