Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report designer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00210103
Message ID:
00220025
Vues:
28
>Exactly the second option. This is a dot matrix printer and the paper is
>field pre-formated (the fields have specific positions in paper).
>
>So, I want to use one report definition for some fields and another report
>definition for another. This is why I want to don't skip to next page after
>the command REPORT FORM is called.
>
>Thanks

From what it sounds like, you have an option to go either old way using @say, or building a master table containing columns and details from BOTH result sets. Have a column to identify if either version1 detail or version2 detail.

Then you can put all details in the report and enable/disable them by using the "print when" feature... and "remove line if blank".

fld1 (print when version detail = 1)
fld2 (print when version detail = 2)

You can apply the same principles with the report headers...
Maybe even to a data group on change of the version detail id.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform