Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print preview
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00835867
Message ID:
00835933
Views:
9
>>Is there a way that I can make all reports default to a maximized view, no matter how it was viewed last?
>
>Yes. You can force this sending:
>
>KEYBOARD {Ctrl+F10}
>
>before the REPORT FORM command. It flicks a bit, but it works.
>
>Hope this helps,

With RESOURCE ON this will toggle.

In the Init of the DataEnvironment of the report:
ZOOM WINDOW "Report Designer" MAX
Another alternative would be to find the form's record in Foxuser.dbf and set the ReadOnly field to T.
Regards,

Mike

"We try to solve the problem by rushing through the design process so that enough time is left at the end to uncover the errors that were made because we rushed through the design process."
- Glenford Myers

If you're going through hell, keep going. - Walt Disney
Previous
Reply
Map
View

Click here to load this message in the networking platform