Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where are the tools
Message
From
12/11/1996 01:17:55
Martin Schiff
Custom Data Solutions, Inc.
Maitland, Florida, United States
 
 
To
09/11/1996 15:57:38
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00011902
Message ID:
00012019
Views:
37
>Does anybody knows where are the tools in the report designer when you run it at run time ?

The tools are available at runtime, but you need a VIEW menu to get them to appear. Use the following to define a menu pad that will include the toolbars:

* Define a menu pad to access the Report Layout Toolbars
define pad _msm_view1 of _msysmenu after _msm_edit ;
prompt "\ on pad _msm_view1 of _msysmenu activate popup _mview
define popup _mview margin relative shadow color scheme 4

That should get you going in the right direction.

-- Martin
Previous
Reply
Map
View

Click here to load this message in the networking platform