Date:  10/11/2001 10:56:58 AM Msg ID:  000019
From:  Cas Nuy Thread:  000014
Subject:  Re: Printing
I would like to generate it on the fly. Within VFP7 there is an option called genhtml. This however is not working with Foxweb.
I have used this code:
<%
LOCAL oAbout
oAbout = NewObject('_frx2html','_internet.vcx')
bestand="d:\inetpub\wwwroot\tds\tds.htm"
oabout.coutfile="&bestand"
oabout.csource="tds.frx"
oabout.ngenoutput=4
oabout.lautonameoutput=.f.
oabout.cscope="ALL"
oabout.cstyle=""
oAbout.genhtml()
%>
from within VFP this works ok.

Any suggestion ?

Cas


Sent by Richard Day on 10/10/2001 11:48:46 AM:
I have used an open source product called Ghostscript to have the web server create PDF's of output from FoxPro's report writer, then used FoxWeb to return an html document that contains a link to the PDF that was just created.

Rich Day

Sent by Cas Nuy on 10/10/2001 09:10:18 AM:
Can someone give me a hint on how to work with reports apart from just printing the HTML-page ?
I have been working a lot with List & Label, who in their latest version have included the .net functionality but I have not been able to get this to work with vfp7.

Thanks,

Cas