Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get data from .FRX
Message
De
10/10/2003 01:25:06
 
 
À
09/10/2003 23:41:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00837229
Message ID:
00837267
Vues:
34
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
...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform