Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Silly Question
Message
 
À
05/08/1999 13:27:19
Eduardo Porcel
Grupo Ipsofakto, S.A. de C.V.
Mexico City, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00250270
Message ID:
00250776
Vues:
22
LOCAL nWindowCnt, nWinNum
LOCAL ARRAY aToolbars[nWindowCnt]

nWindowCnt = 12

** Fill toolbar name array
aToolBars[01] = "Form Designer"
aToolBars[02] = "Standard"
aToolBars[03] = "Layout"
aToolBars[04] = "Query Designer"
aToolBars[05] = "View Designer"
aToolBars[06] = "Color Palette"
aToolBars[07] = "Form Controls"
aToolBars[08] = "Database Designer"
aToolBars[09] = "Report Designer"
aToolBars[10] = "Report Controls"
aToolBars[11] = "Print Preview"
aToolBars[12] = "Project"

** Hide the VFP toolbars
FOR nWinNum = 1 TO nWindowCnt
IF WVISIBLE(aToolBars[nWinNum])
HIDE WINDOW &aToolBars[nWinNum]
ENDIF
ENDFOR
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform