Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mspublisher automation
Message
De
06/07/2011 06:41:25
 
 
À
06/07/2011 03:18:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01517195
Message ID:
01517394
Vues:
46
I found a workaround. Making the length greater than de width sets the orientation to landscape.

With loPub.ActiveDocument.PageSetup
.PageHeight = loPub.MillimetersToPoints(210)
.PageWidth = loPub.MillimetersToPoints(297)
EndWith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform