Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change size to 200% in report preview
Message
 
To
31/10/2006 09:54:01
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01165767
Message ID:
01165792
Views:
12
>Is there any method whereby I can change the size of the report to 150% or 200% when previewing the report. I am on VFP 8.0 and i use the following codes:
>
>Report form myreport preview.
>
>Thanks

One of the solutions:

1.Create a subroutine like:
*Yzoomit.prg
IF WEXIST("Print Preview") AND NOT wexist("Printing...")
*  assuming the default is 100 % and with each L it goes to the next 
*            available %, then there are 7 L's for 200% and 8 L's for 150%

   KEYBOARD 'LLLLLLLL'
* or KEYBOARD '{F3}{F3}{F3}{F3}{F3}{F3}{F3}{F3}'

endif
2. In the report add a field in the title, with expression
yzoomit()

Good Luck
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform