Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar visible does not work
Message
From
06/05/1997 18:43:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Toolbar visible does not work
Miscellaneous
Thread ID:
00031084
Message ID:
00031084
Views:
87
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
Next
Reply
Map
View

Click here to load this message in the networking platform