Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you set CREATE REPORT to print landscape?
Message
From
10/09/2002 15:48:17
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00698976
Message ID:
00699006
Views:
15
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform