Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you set CREATE REPORT to print landscape?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00698976
Message ID:
00699006
Vues:
16
The report did print landscape with the codes you showed (thanks!), but the fields does not print all the way: report only prints fields up to the ones it can fit in potrait mode even though it is printing in landscape mode (all the rest of the fields were chopped off). Any ideas?
Thanks!!




>>How do you set CREATE REPORT (Quick Report) to print landscape?
>>Some of my reports do not fit into a potrait mode.
>>
>>SELECT field1,field2,field3,field4,field5,field6,field7,field8,field9 FROM xtable INTO CURSOR xTemp
>>CREATE REPORT xReport FROM xTemp width 150
>>REPORT FORM xReport PREVIEW
>>
>>The above will chop off what it cannot fit into potrait mode.
>>Can anybody help?
>>Thank you all!
>
>You can change orientation on the fly, if appropriate.
>
>SELECT field1,field2,field3,field4,field5,field6,field7,field8,field9 FROM xtable INTO CURSOR xTemp
>CREATE REPORT xReport FROM xTemp width 150
>
>use xreport.frx in 0
>replace xreport.expr with strtran(xreport.expr, "ORIENTATION=0", "ORIENTATION=1") IN xreport && To landscape
>USE in xreport
>
>REPORT FORM xReport PREVIEW
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform