Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3rd Party report designers
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00334921
Message ID:
00336465
Views:
19
**Activating report toolbar in exe**

First create a new menu (ViewMenu.mpr) via the quick menu method so you can have the basic VFP menu. I then delete all pads except for File Edit View and Window (nothing magical about this, just my preference). Then when I get ready to allow editing of report layouts I issue the following commands

Push Menu _msysmenu
do ViewMenu.mpr
MODIFY report (cReport) &&MyReport.frx
Pop Menu _msysmenu

Under the view menu, all the report modify toolbars are available. (Note: The toolbars are only visible at runtime. During design time, only \Toolbars... is available).

Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Reply
Map
View

Click here to load this message in the networking platform