Duplexing, Embedded Images, multi-page reports (OpenInsight Specific)
At 08 JAN 1998 08:53:11PM Paul Marfia wrote:
Duplexing:
Let's say I have a report that sometimes prints two pages per record. To save paper, I have set the printer to Duplex. But, what if the report is only one page for some records and maybe 3 pages for others. How do I ensure that the Reporter kicks out the extra page so that I don't get the next record printing on the back of the previous records' even page?
Images:
I have a application that stores/displays graphic files. I see that the Reporter will print graphics, but it appears only as a logo, or something. My application may have 1, 2 or a dozen pictures associated with each record. Is there a was to get the Reporter to print from a graphic filename that may be calculated and not "hardcoded" in the report form?
I have a key report that, depending on the record being reported on, can have multiple pages of a form. In AREV, I had to generate the seperate report page sources, combine then together in one source code routine with appropriate "gosubs", and compile the report. I then controlled the reporting process by reading each record and calling the compiled report with a series of calls, depending on what the record requirements were.
Question: Can I, how? can I conditionally generate a different page of the report based on conditions in the record.
Paul
At 09 JAN 1998 09:25AM Paul ] Oops. Meant for Reporter wrote:
This was meant for Reporter. Webmaster please move.
thanks