Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem converting to PDF using XFRX
Message
From
06/04/2008 18:57:40
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01308596
Message ID:
01308601
Views:
17
Dmitry

Just a SWAG - Did you try increasing the length of the fields on the report?

Gaylen



>I recently switched the syntax of calling XFRX to convert reports to PDF format from this method:
>
>
>loSession = XFRX("XFRX#INIT")
>loSession.ProcessReport(tcReportFrxName)
>loSession.Finalize()
>
>
>to this:
>
>
>loSession = XFRX("XFRX#LISTENER")
>REPORT FORM (cReportFrxName) OBJECT loSession
>
>
>The reason I switches is to make XFRX convert reports that have more than one detail band. Now the reports that have more than one detail band are converted ok. But reports with just one detail band have the following problem. Almost every report shows some numerical fields in the detail band as bunch of asterisks (as if the number is too large to fit into the space). But the numbers are very small. And if I change the syntax back to the old method, the numbers are converted ok.
>
>Can anybody suggest the cause of this problem? My version of XFRX is 12.1 (not the latest though).
>
>Thank you in advance for any suggestions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform