Search found 1 match

by frofan
Thu Feb 16, 2012 5:37 pm
Forum: Programming
Topic: Report PDF is an image instead of text
Replies: 0
Views: 12858

Report PDF is an image instead of text

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)...