Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Preview with 70% Zoom
Message
From
29/04/2008 07:15:03
 
 
To
29/04/2008 05:56:06
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313740
Message ID:
01313741
Views:
12
>Dear Experts
>
>I use following codes to to display print preview.
>This work fine.How to show print preview window with 70% zoom.
>Please help
>
>oPrintPrev = CREATEOBJECT("Form")
>
>WITH oPrintPrev
>	.NAME = "PrintPrev"
>	.CAPTION = THISFORM.Caption+" Print Preview"
>	.TOP = THISFORM.container1.TOP
>	.LEFT = THISFORM.container1.LEFT
>	.WIDTH = THISFORM.container1.Width-10
>	.HEIGHT = THISFORM.container1.HEIGHT-50
>	.MinButton = .F.
>	.AlwaysOnTop = .T.
>	.Windowstate = 2
>ENDWITH
>
>	REPORT FORM MEZAN PREVIEW WINDOW PrintPrev nowait
>
This will give you 75% is that any good


KEYBOARD "L"
REPORT FORM MEZAN PREVIEW WINDOW PrintPrev nowait

Nick
Previous
Reply
Map
View

Click here to load this message in the networking platform