Page 1 of 1

Report PDF is an image instead of text

Posted: Thu Feb 16, 2012 5:37 pm
by frofan
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?