Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change report page size
Message
 
 
To
24/12/2005 00:28:26
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080673
Message ID:
01080786
Views:
13
Try to remove printer related info from the report.
It's also a good idea to upgrade to SP5.

>
>To view some report I use following codes
>
>
>oPrintPrev = CREATEOBJECT("Form")
>
>WITH oPrintPrev
>	.NAME = "PrintPrev"
>	.CAPTION = THISFORM.Caption+" Print Preview"
>	.TOP = THISFORM.TOP
>	.LEFT = THISFORM.LEFT
>	.WIDTH = THISFORM.Width-10
>	.HEIGHT = THISFORM.HEIGHT-50
>	.MinButton = .F.
>	.AlwaysOnTop = .T.
>	.Windowstate = 2
>ENDWITH
>
>REPORT FORM regsup PREVIEW WINDOW PrintPrev nowait
>
>
>In report designer the page is already as Legal & Landscape but sometimes it
>
>appears in letter size.
>
>How to forece view to be appear,in runtime, with following page?
>Legal, Landscape
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform