Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem converting to PDF using XFRX
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Problem converting to PDF using XFRX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01308596
Message ID:
01308596
Vues:
197
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform