× 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.



With the power of .css files it would seem to me that the best answer lays with removing font, style. color, etc. from the RPG solution and let the power of the cascading style sheets inject much needed new life and excitement into reports. That, to me, looks like an exciting, possible, and flexible solution.

On 1/21/2015 7:12 PM, Jon Paris wrote:
I have already published a basic OA Handler for print files - but for handling literally anything that DDS could throw at it presents a similar situation to 5250 - there’s too much “stuff” going on that RPG doesn’t know about. Conditional fields for example - the old “print twice for bold face” type of thing etc. That needs a Profound/Asna/look/Rocket/… handler to deal with it all and nobody as yet has one as far as I know. been telling them all for years tat they are missing an opportunity but …


Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Jan 21, 2015, at 7:09 PM, Nathan Andelin <nandelin@xxxxxxxxx> wrote:

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

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.