Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Preview with 70% Zoom
Message
From
29/04/2008 05:56:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Print Preview with 70% Zoom
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313740
Message ID:
01313740
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform