> I'm stuck on how to tell the report to use my > version of the listener.
LOCAL loListener loListener = NEWOBJECT(....your stuff...) REPORT FORM Whatever OBJECT loListener TO PRINTER PROMPT PREVIEW FYI ... as long as you have SET REPORTBEHAVIOR to 90, if you don't specifically tell it what listener, there is a mechanism in place behind the scenes that creates a listener for you and runs it based on what type of output is being generated. When using SP2, the default for printing or previewing is the fxListener class in the _ReportListener class library of the FFC directory. I have some articles posted on MSDN regarding reporting in VFP 9. You can search for "Pountney" and find them. They will explain more details about how to use listeners. Cathy _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/00a701c9a1b1$f03c5960$d0b50c...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

