Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a report as landscape
Message
From
16/04/2008 14:59:49
Bob Gatto
Promosuite Software & Interactive
New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Create a report as landscape
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01311266
Message ID:
01311266
Views:
71
Hello One And All,

I have to some how create a custom report writer. I know it isn't a 1,2,3 thing, but the problem I have right now is the maximum number of fields a user can select is 11. If I take this into consideration and use the following code:

rptname = sys(2015)+".frx"
CREATE REPORT (JUSTSTEM(rptname)) FROM mycursor

this cuts off the last field because the report by default is being created as portrait and not landscape.

After the report is created, it's too late to open the FRX file as a table and adjust the first record so it is landscape.

is there any way to initially create a report as landscape with the CREATE REPORT FROM
command?

If not, How else could I do this?

Thanks,

Bob Gatto
Next
Reply
Map
View

Click here to load this message in the networking platform