Each row of data gets spread over 2 pages. Some items can be printed directly, 
but they need to be in VERY specific spots. For other data fields, I need to 
place a tick mark in a specific spot based on the value. So, assuming 
coordinates x,y, for Field1= 1 x is at x,y; Field1 = 2, X is at x+2; y etc. 
I’ve figured ot how to make that happen, although it’s a pain. What I can’t 
figure out is if I can have both pages print as one report.


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org<http://www.jccgci.org/>
www.nphd.org<http://www.nphd.org/>

From: [email protected] [mailto:[email protected]] On Behalf Of 
Albert Berry
Sent: Tuesday, April 17, 2018 3:43 AM
To: [email protected]
Subject: Re: [RBASE-L] - 2 page report in Rbase X

Kayza, it would be helpful to have a more detailed description of the two 
pages. Do you want specific data in specific locations on each page? Are all 
the data elements in a single row in a table? etc.
Albert


On Apr 16, 2018, at 11:27 PM, Kayza Kleinman 
<[email protected]<mailto:[email protected]>> wrote:

Is there a way to print a report that takes up two pages per row? (I posted 
about the precursor to this report 2 years ago, and I’m still saddled with it.)

Currently, what I’m doing in ver 9.5 is

Declare cursor
Fetch cursor
While sqlcode <>100
   Print Page1
   Print Page2
   Fetch Cursor
Endwhile

Is there a way to have a report that allows the data to be put on two pages? If 
not, is there any way to output to PDF (or any other file format, for that 
matter) with each “print” job appending to the existing file rather than 
creating a new file for each page?

Thanks for any help you can give!

Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
3001 West 37th Street
Brooklyn NY 11224
718 449-5000 x 2266
fax 347-946-6390
www.jccgci.org<http://www.jccgci.org/>
www.nphd.org<http://www.nphd.org/>



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to