I'm having an issue with my PDF being created as an image instead of searchable text. I'm developing in VFP and instantiated a _ReportListener object to tweak my report. The code is similar to the following.
loUpdate = CREATEOBJECT("_ReportListener")
loUpdate.ListenerType = 0
REPORT FORM (.cFrxName) NOCONSOLE OBJECT loUpdate TO PRINTER
If I don't define an object in my REPORT FORM, the PDF output is straight text and can be searched and copied. What am I missing when defining the object name?
Report PDF is an image instead of text
Moderator: jr