× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Not so much a question of whether reports are output to paper, or stored
for viewing, but whether to continue use traditional spool files and
overlays, or to switch to HTML.

A generic open access handler might frame the question for some. I don't
remember if open access supports printer files. One could write a utility
that generates DDS and printer files from HTML, and a generic OA handler to
generate stream files in HTML or PDF formats.

h dftactgrp(*no) option(*nodebugio : *srcstmt)

freport o e printer handler('OA_REPORTS': parms)
f usropn
finventory if e k disk
d today s
/copy src,rptparms
/free
parms.fileName = '/inventory/status.pdf';
open report;
read inventoryr;
dow not %eof(inventory);
write reportr;
read inventoryr;
enddo;
*inlr = *on;
/end-free


On Wed, Jan 21, 2015 at 4:30 PM, Buck Calabro <kc2hiz@xxxxxxxxx> wrote:

On 1/21/2015 5:25 PM, Alan Campin wrote:
Anybody ever do the little exercise of just stopping printing a report
and
see who yells?

Business rules change, and the reports that were vital in ye olde dayes
may well be irrelevant now. But that wasn't Nathan's question. He was
asking why any people in 2015 want relevant information in paper form
rather than electronic form.

--
--buck


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.