Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Output Order
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00362581
Message ID:
00362628
Views:
18
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
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform