Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem converting to PDF using XFRX
Message
 
 
To
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:
01308602
Views:
20
I didn't. The reason being is that the numbers are very small (e.g. 2, 24, 10) and the space on the report is quite large. And if I use the old syntax the numbers appear fine.

Thank you, Gaylen.

>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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform