trouble with pdf listener

2024-08-27 Thread Rafael Copquin
I need to print an invoice as a pdf file. I have a template with the company name, address,telephone number etc. All these items and several others are preprinted in this template. The template is a very common VFP report In different textboxes data from a table are obtained, such as client name, a

Re: trouble with pdf listener

2024-08-27 Thread Frank Cazabon
Hey Rafael, If you forget about the listener for now, does the report display the data? If not, ensure you have the cursor that is to drive the report selected before running the report form command. Once you've got the report displaying properly, then you can go ahead with your listener. FWIW