Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i off forms toolbar from commad window
Message
 
 
To
07/08/2001 02:46:33
Minesh Bhatt
Ptc Software Ltd.
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00540542
Message ID:
00540590
Views:
9
>Dear all,
>How can i off forms toolbar from commad window
>thanku in advance.

Here is some code for all the toolbars:
DIMENSION aToolbars[11]
aToolbars[1] = 'Form Designer'
aToolbars[2] = 'Standard'
aToolbars[3] = 'Layout'
aToolbars[4] = 'Query Designer'
aToolbars[5] = 'View Designer'
aToolbars[6] = 'Color Designer'
aToolbars[7] = 'Form Designer'
aToolbars[8] = 'Database Designer'
aToolbars[9] = 'Report Designer'
aToolbars[10] = 'Report Controls'
aToolbars[11] = 'Print Preview'

FOR lnCount = 1 TO ALEN(aToolbars, 1)
    IF WVISIBLE(aToolbars[lnCount])
       HIDE WINDOW (aToolbars[lnCount])
    ENDIF
ENDFOR
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform