I ended up creating a new table that I called REPORTDETAIL and added all the
fields necessary for the side-by-side reports:
R1field1
R1field2
R2field1
R2field2
R2field3
Etc.
I then filled that table with the data from each of the two reports, and
printed one report from that REPORTDETAIL table.
At SWFox 07 I showed how to manipulate the VFP 9 Report Writer output by
intercepting and making my own calls to the printer. It's complex, but it
can be done. I actually squished the pages and printed 4 report pages per
sheet of paper (2x2). However, these pages were all from one report. I'm not
s
Have four fields in your cursor Say field1,field2,field3,field4
Scan customer
Append blank and fill up field1 and field2
endscan
scan vendor
fill up field3 and field4 by replace and append if vendor list is longer
then customer list
endscan
then inventory list and order number list.
for header
John J. Mihaljevic wrote:
> Hi all,
>
> I have a request to produce several very short reports, but they can't be on
> separate pages. In fact, they need to be side-by-side on as few pages as
> possible using different sets of data.
>
> For example, imagine the left side of the page has a report
I believe in VFP 9 with multiple detail bands, you could accomplish it with
columns.
Previous versions, you'd require to flatten the data and use a group field
for the header title in the groups.
-Original Message-
From: John J. Mihaljevic
Sent: Tuesday, February 03, 2009 4:42 PM
Hi al
5 matches
Mail list logo