Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Output Order
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00362581
Message ID:
00362628
Vues:
17
I just fixed a type here.

>An example
>
>
>* in the calling PRG
>USE patient
>USE labresult
>
>* get fields needs and then order the data
>SELECT patient.name, labresult.testdate, labresult.testresult ;
>  FROM patient, labresult ;
>  WHERE patient.id = labresult.fk_patientid ;
>        labresult.testdate > date() - 7
>  ORDER BY patient.name, labtest.testdate ;
>  INTO CURSOR cReport
>
>* ensure the cursor is currently select
>SELECT cReport
>* run the report
>REPORT FORM MyReportName PREVIEW
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform