Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert txt file to report
Message
De
03/04/2017 02:07:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01649638
Message ID:
01649691
Vues:
397
Hi!

>XFRX 17.0 doesn't support textformat for PDF.
>https://eqeuscom.atlassian.net/wiki/pages/viewpage.action?pageId=70654179

Some document format can used instead of PDF
Application uses code below.
How to change it so that some TF supported document can created using latest xfrx?
EXTERNAL CLASS _reportlistener.vcx
SET CLASSLIB TO _reportlistener.vcx additive
loxfrx= EVALUATE("xfrx('XFRX#LISTENER')")
nRetVal  = loxfrx.SetParams(poGRXReportObject.output,m.tempdir,.t.,reportCodePage(),,,"PDF")
If nRetVal # 0
    MESSAGEBOX('Error ' +TRANSFORM(m.nRetVal)+ ;
       ' '+ loXFRX.ErrorMessage(m.nRetVal) )
  RETURN
  ENDIF
loxfrx.setauthor('myapp')
REPORT FORM ( pcGRXTempName ) &pcGRXRepExpr OBJECT loXFRX
RELEASE loXFRX
Andrus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform