On Sat, Jul 31, 2010 at 11:25 PM, Tina Currie <[email protected]> wrote: > Thanks Dave - I downloaded it this morning (as well as a few other goodies > from that same blog) > > Have put it into the project and now the purchase orders are printing to PDF > perfectly, ready to email directly to supplier.
I did notice a couple of minor nits to be aware of: 1) You'll also need to include hpdf_consts.h in your project if you want to be able to "rebuild all" cleanly. 2) The target file must not already exist, or you'll get an exception. You should check for it and delete it in your VFP code before running the report. FWIW, the report-sculptor mentioned upthread is looking pretty good for a non-quick-and-dirty application I have in mind. HTH dt -- Dave Thayer Denver, CO _______________________________________________ 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/[email protected] ** 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.

