Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get data from .FRX
Message
From
10/10/2003 01:25:06
 
 
To
09/10/2003 23:41:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00837229
Message ID:
00837267
Views:
35
i have a report (report1) but i want to add a table (fleave.dbf) to this report which i do not know the fields at the design time.

so i'm thinking of creating a report out of this,


create report hello from cursor1
then appending the contents of hello.frx to report1.frx.

haven't tried this yet, but i want to know how i can change the position of the fields in hello.frx? is it the VPOS and HPOS?

and if i only want to copy certain fields, how do i know in the hello.frx what fields should i copy to report1.frx?

try this..

create report hello from cursor1 Form
Output in :Horizontal Position

Curso1.empno 0001
Cursor1.empname Juan
Curso1.empno 0002
Cursor1.empname Pedro
...

create report hello from cursor1
Output in :Vertical Position

Curso1.empno Cursor1.empname
0001 Juan
0002 Pedro
...
Previous
Reply
Map
View

Click here to load this message in the networking platform