Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print Preview with 70% Zoom
Message
De
29/04/2008 05:56:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Print Preview with 70% Zoom
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01313740
Message ID:
01313740
Vues:
61
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform