Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem converting to PDF using XFRX
Message
De
06/04/2008 18:57:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01308596
Message ID:
01308601
Vues:
16
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform