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

Click here to load this message in the networking platform