Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Controls Toolbar
Message
From
22/03/1999 10:37:26
Greg Evans
Ag Communication Systems
Phoenix, Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report Controls Toolbar
Miscellaneous
Thread ID:
00200463
Message ID:
00200463
Views:
43
I have been using the following code to activate the View menu so that the user can access the Report Controls Toolbar in order to modify a report during runtime.

DEFINE PAD _MSM_VIEW OF _MSYSMENU AFTER _MSM_EDIT PROMPT "<\View";
ON PAD _MSM_VIEW OF _MSYSMENU ACTIVATE POPUP _mview
DEFINE POPUP _mview MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR _mvi_toolb OF _mview PROMPT "<`\ MESSAGE "Shows, hides, or customizes toolbars"

MODIFY REPORT .....

It works great, except I don't want any of the other options on the View menu to be enabled. For instance, the user could wreak havoc on the system if they select Databse or Table Designer. Does anybody know how to programatically deactivate items on the View menu?

Greg Evans
AG Communication Systems
Greg Evans
Next
Reply
Map
View

Click here to load this message in the networking platform