Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime access
Message
From
23/11/1998 19:55:35
 
 
To
23/11/1998 17:01:53
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00160669
Message ID:
00160728
Views:
13
>To all,
>
>What's the best way to give the runtime user access to the report toolbars when programmatically issuing modify report , but without including all the other toolbars that will just confuse the user?
>
>Thanks,
>
>Allen



Allen, TasTrade sample has that part soultion on Toolbar hide and restore!

The Toolbar name is very simply. At View menu bar, select Toolbar.
Then, there will be a Dialog box on Toolbar show, all the toolbar name are
listed out, you need to do is:

if wexist("Print Preview")
hide window "Print Preview"
endif

etc...

Then, you can control all toolbar.
Of cos, you can set an array to carry all name and you will handle it more easy!

^-^; Good Luck!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform