Hi

I have one typical task in VFP 6.0

I wish to show the Report in an Container..Or in some part of the
form. The Report should not maximized..

The Report should in the part of the form..like Container...

File I used report file FRX.

Please guide me in this.

Thanks in Advance,

Guruprasath B

Re: How to Show the Report in a Container by Dan

Dan
Thu Dec 13 08:50:07 PST 2007

Your options for doing this in VFP6 are extremely limited.

I'd recommend printing the report to a PDF printer driver and displaying the
resulting PDF file in an OLE control.

Dan

guruprasathb@gmail.com wrote:
> Hi
>
> I have one typical task in VFP 6.0
>
> I wish to show the Report in an Container..Or in some part of the
> form. The Report should not maximized..
>
> The Report should in the part of the form..like Container...
>
> File I used report file FRX.
>
> Please guide me in this.
>
> Thanks in Advance,
>
> Guruprasath B



Re: How to Show the Report in a Container by guruprasathb

guruprasathb
Thu Dec 13 21:11:09 PST 2007

On Dec 13, 9:50 pm, "Dan Freeman" <s...@microsoft.com> wrote:
> Your options for doing this in VFP6 are extremely limited.
>
> I'd recommend printing the report to a PDF printer driver and displaying the
> resulting PDF file in an OLE control.
>
> Dan
>
>
>
> guruprasa...@gmail.com wrote:
> > Hi
>
> > I have one typical task in VFP 6.0
>
> > I wish to show the Report in an Container..Or in some part of the
> > form. The Report should not maximized..
>
> > The Report should in the part of the form..like Container...
>
> > File I used report file FRX.
>
> > Please guide me in this.
>
> > Thanks in Advance,
>
> > Guruprasath B- Hide quoted text -
>
> - Show quoted text -

Hi Dan,

Thanks..Thats Good idea..I will implement your suggesstions.

Guruprasath B