Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending variables to report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00244552
Message ID:
00244612
Vues:
17
>I just posted the same message on foxforum...if anyone has any ideas they would be greatly appreciated.
>
>I am running a report from a local view allowing the user to enter the parameters..is there a way to send the user-defined parameters to the report? (I want to add their selected date range to the page header of the report)
>Thanks, Angelica

LOCAL ldDateFrom, ldDateTo

DO REPORT FORM reportname PREVIEW

ALl the vars. declared in the same method are visible in a report. In report's title simply put 'From ' + DTOC(ldDateFrom) + To ' + DTOC(ldDateTo)
Mark
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform