Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing the sort order
Message
 
À
07/05/2002 08:02:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00653027
Message ID:
00653452
Vues:
20
>Hi Jim,
>
>I agree 100%, I am using a view that groups and sorts the data before vfp gets a hold of it. But the view is the data environment. How do I run a report from code?
>
>Thanks
>Jim

Jim,

An example ...

A form has a Report button in it to run the report. In the click event of the Report Button ...
USE TheView
REPORT FORM MyReport TO PRINT
Another ... A menu has an option to print the report, the menu's code is ...
DO MyReport
and MyReport.prg is ...
USE TheView
REPORT FORM MyReport TO PRINT
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform