Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Silly Question
Message
 
To
05/08/1999 13:27:19
Eduardo Porcel
Grupo Ipsofakto, S.A. de C.V.
Mexico City, Mexico
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00250270
Message ID:
00250776
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform