Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a limit to no. of fields CREATE REPORT can handle?
Message
From
13/09/2002 12:14:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Is there a limit to no. of fields CREATE REPORT can handle?
Miscellaneous
Thread ID:
00700223
Message ID:
00700223
Views:
85
My report (create with CREATE REPORT-Quick Report) prints with fields chopped off even with it printing landscape. Looks like there are still plenty of space left for it to print the rest of the fields (in landscape mode) but it does not print more fields than what a potrait mode can handle. Is this a limitation of CREATE REPORT or is a way around it?

(code below):

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


Thank you all!
Next
Reply
Map
View

Click here to load this message in the networking platform