Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX Report to PDF question
Message
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01053258
Message ID:
01053263
Views:
21
This message has been marked as the solution to the initial question of the thread.
See ProcessReport() method, tcScopeClause parameter.
ProcessReport(<tcReportName>, <tcForClause>, <tlSummary>, ;
            <tcScopeClause>, <tcWhileClause>, <tlPlain>)

loSession.ProcessReport("MyReport",,, "NEXT 1")

>Is it possible to specify the clause NEXT 1 when converting a VFP report to a PDF file? When I produce this report in VFP I issue command:
>
>
>Report form MyReport next 1 noconsole to printer
>
>
>But when I specify this report name "MyReport" using XFRX (loSession.ProcessReport("MyReport")), the PDF file includes all records in the table?
>
>Thank you in advance for any suggestions.
>
>BTW, I am using XFRX with VFP 9 without using specific VFP 9 feature (Report Listener).
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform