Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report in running time
Message
 
 
À
07/03/2003 05:03:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00762612
Message ID:
00762822
Vues:
9
Pedro,

>I need make one report at running time

It's really easy, with the cursor selected:
create cursor x1 ( i1 i, c1 c(10) )
insert into x1 values ( 1, "test" )
create report x1test from x1
report form x1test preview
you can even allow the user to modify report at runtime and they can tweak the layout.

>The final user , can select 5 collumns , and so , he will see that 5 collumns in report .
>
>The collumn 1 can be c(10)
>The collumn 2 can be c(20)
>The collumn 3 can be l
>The collumn 4 can be n(10,3)
>The collumn 5 can be d
>
>or perhaps :
>
>The collumn 1 can be n(1)
>The collumn 2 can be l
>The collumn 3 can be c(30)
>The collumn 4 can be d
>The collumn 5 can be n(5,2)
>
>and so one
>
>How can i make this report , at running time ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform