Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert txt file to report
Message
From
03/04/2017 02:07:56
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01649638
Message ID:
01649691
Views:
396
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform