Date:  04/27/2004 11:31:40 AM Msg ID:  001975
From:  FoxWeb Support Thread:  001852
Subject:  Re: kind of reports
Please be a little more specific.  Would you like to send data back to the browser in HTML format, or do you want to create PDF files?  If you want to create HTML output, then the Name Search and ContactMine2 samples illustrate how to do so.
 
For PDF output the instructions are below.  The VFP code you would use would be identical to what you would use if you were creating a regular (non-Web based) FoxPro application.

FoxWeb Support Team
support@foxweb.com email

Sent by Enrique on 04/26/2004 02:26:04 PM:
Any example to show a report on HTML?
Sent by FoxWeb Support on 02/10/2004 09:27:57 PM:
It is possible for you to use existing VFP reports, by sending their output to the Adobe Acrobat, or WIN2PDF printer driver to create PDF files.  These files can be downloaded by users and viewed/printed with the PDF viewer, which is a free download.  Although this technique works well with complicated report formats, most developers choose to simply output their reports as HTML code.  Even though HTML provides less typographic control, it is much more efficient and avoids PDF-related problems on the client side.

FoxWeb Support Team
support@foxweb.com email

Sent by Enrique on 02/09/2004 04:45:55 PM:
I am new programing on FoxWeb and I want to know what options I have to show a report on the screen and then the user can print it.
 
Anyone have an example?
 
Tnks.