Hi all,

Is it possible that I can print two *.frx onto one a4-size paper?
one on the top half and the other on the bottom half.

Regards,
Wandy Tang

Re: Report by Anders

Anders
Sun Jan 04 07:23:35 CST 2004

This is possible in VFP8. In earlier versions you could fist print the upper
half. Reload the paper into the printer, then print the lower half.
-Anders

"W.Tang" <anonymous@discussions.microsoft.com.invalid> wrote in message
news:Ol9iF#r0DHA.3468@TK2MSFTNGP11.phx.gbl...
> Hi all,
>
> Is it possible that I can print two *.frx onto one a4-size paper?
> one on the top half and the other on the bottom half.
>
> Regards,
> Wandy Tang
>
>


Re: Report by Cindy

Cindy
Sun Jan 04 08:36:56 CST 2004

In news: Ol9iF%23r0DHA.3468@TK2MSFTNGP11.phx.gbl,
W.Tang <anonymous@discussions.microsoft.com.invalid> wrote:
> Is it possible that I can print two *.frx onto one a4-size paper?
> one on the top half and the other on the bottom half.

Hi Wandy,

If your reports are each one page then you can combine the two reports into
one report that fits one sheet of paper. Create a group on RecNO() and put
the controls for the "first" report in the group header and the controls for
the "second" report in the detail band. Set the group to always start on a
new page.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org www.cindywinegarden.com




Re: Report by Leemi

Leemi
Mon Jan 05 09:53:03 CST 2004

Hi Wandy:

Cindy's response will probably work, but I have not personally tried it.
Also, this article might help as well:

168527 HOWTO: Simulate a Detail Band Longer Than One Page
http://support.microsoft.com/?id=168527

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003


>In news: Ol9iF%23r0DHA.3468@TK2MSFTNGP11.phx.gbl,
>W.Tang <anonymous@discussions.microsoft.com.invalid> wrote:
> Is it possible that I can print two *.frx onto one a4-size paper?
> one on the top half and the other on the bottom half.

>Hi Wandy,

>If your reports are each one page then you can combine the two reports into
one report that fits one sheet of paper. Create a group on RecNO() and put
>the controls for the "first" report in the group header and the controls
for
>the "second" report in the detail band. Set the group to always start on a
>>new page.

--
>Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
>cindy.winegarden@mvps.org www.cindywinegarden.com




Report by Thomas

Thomas
Wed Jan 07 08:28:37 CST 2004

Hi,
I am giving you a solution which I am not sure. In
earlier DOS version Foxpro we use to do something like
this.

1. Set the pagelength of the report form ie, If the
paperlength is 72 lines and the invoice length is 36
lines, set pagelength of rpt form as 36 lines.
2. Set Eject after report as False
3. Set the _PADVANCE public variable as
_PADVANCE='LINEFEED'

This worked fine, we used to pring 2/3 invoices in one
page.

Thomas
>-----Original Message-----
>Hi all,
>
>Is it possible that I can print two *.frx onto one a4-
size paper?
>one on the top half and the other on the bottom half.
>
>Regards,
>Wandy Tang
>
>
>.
>