Dear Member,
I would like to transfer frx report to html by simple methode.
Does anybody know about it ? if, please give me a simple code with example.


Thanks in advance
Sam

Re: from frx report to html by Dan

Dan
Thu Apr 06 17:57:17 CDT 2006

If you're using VFP9, this sample is in the Solutions.app in the samples
directory:

loListener = .NULL.

do (_reportoutput) with 5, loListener

loListener.TargetFileName = 'MyReport.html'

loListener.QuietMode = .T.

report form EmployeesMD object loListener


Dan

sameer wrote:
> Dear Member,
> I would like to transfer frx report to html by simple methode.
> Does anybody know about it ? if, please give me a simple code with
> example.
>
>
> Thanks in advance
> Sam



Re: from frx report to html by sameer

sameer
Fri Apr 07 08:26:02 CDT 2006

Dear Dan

I tried with the code as u said . But there is no result. I am using vfp9.
In Command window I tried with the this code " Report form customer.frx
object type 5 " . it creating htm file. Where as in application not working.
Can u tell me what was the bug behind this?. Is there any site related to FRX
to HTML or PDF file
FOR HELP. I check in solutions.app but there no worth. and what difference
make
_reportoutput and reportoutput.app in vfp9?

"Dan Freeman" wrote:

> If you're using VFP9, this sample is in the Solutions.app in the samples
> directory:
>
> loListener = .NULL.
>
> do (_reportoutput) with 5, loListener
>
> loListener.TargetFileName = 'MyReport.html'
>
> loListener.QuietMode = .T.
>
> report form EmployeesMD object loListener
>
>
> Dan
>
> sameer wrote:
> > Dear Member,
> > I would like to transfer frx report to html by simple methode.
> > Does anybody know about it ? if, please give me a simple code with
> > example.
> >
> >
> > Thanks in advance
> > Sam
>
>
>

Re: from frx report to html by Marat

Marat
Fri Apr 07 09:13:07 CDT 2006

>Is there any site related to FRX to HTML or PDF file

Check out FRX2Any - www.frx2any.com




"sameer" <sameer@discussions.microsoft.com> wrote in message
news:C446C6AB-A925-4026-A65E-DFB6CFC48878@microsoft.com...
> Dear Dan
>
> I tried with the code as u said . But there is no result. I am using vfp9.
> In Command window I tried with the this code " Report form customer.frx
> object type 5 " . it creating htm file. Where as in application not
working.
> Can u tell me what was the bug behind this?. Is there any site related to
FRX
> to HTML or PDF file
> FOR HELP. I check in solutions.app but there no worth. and what difference
> make
> _reportoutput and reportoutput.app in vfp9?
>
> "Dan Freeman" wrote:
>
> > If you're using VFP9, this sample is in the Solutions.app in the samples
> > directory:
> >
> > loListener = .NULL.
> >
> > do (_reportoutput) with 5, loListener
> >
> > loListener.TargetFileName = 'MyReport.html'
> >
> > loListener.QuietMode = .T.
> >
> > report form EmployeesMD object loListener
> >
> >
> > Dan
> >
> > sameer wrote:
> > > Dear Member,
> > > I would like to transfer frx report to html by simple methode.
> > > Does anybody know about it ? if, please give me a simple code with
> > > example.
> > >
> > >
> > > Thanks in advance
> > > Sam
> >
> >
> >