Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX Report to PDF question
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01053258
Message ID:
01053263
Vues:
27
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform