Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change report page size
Message
 
 
À
24/12/2005 00:28:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01080673
Message ID:
01080786
Vues:
12
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform