Save 
Join IIUG
 for   
 

Informix News
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter


[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Classics Forum

Re: Creating HTML output from Informix 4GL Reports

Posted By: Joe Vigil
Date: Thursday, 17 May 2007, at 1:20 p.m.

In Response To: RE: Creating HTML output from Informix 4GL Reports (Mukherjee, Arindam)

Arindam,

An good alternative for HTML output (for emailing reports) is PDF
format. We use a free utility called "text2pdf" that's within the
pdflib-lite distribution:
http://www.pdflib.com/download/free-software/pdflib-lite/
We take text format reports and convert them to PDF (on the fly) for
emailing/viewing.

- Joe Vigil

Mukherjee, Arindam wrote:

> Hi:
>
> Thanks for the info. I will try out in this manner.
> Meantime,I came across one open-source called "Aubit 4Gl" which can be
> used as a plug-in to already installed Informix 4GL. This 4Gl have
> facilities to convert Informix 4GL reports to a specified type using
> some pre-defined layouts as visible from the following syntax :
>
> FINISH REPORT report-name CONVERTING TO "filename" AS "type" [ USING
> "layout" ]
>
> However it says that "type" can be any one of the conversions available
> on the system and these are in $AUBITDIR/lib called
> libLOGREPPROC_*.[so/dll]. As per the documentation on an average system
> you may have :
> libLOGREPPROC_CSV.so libLOGREPPROC_PDF.so libLOGREPPROC_TXT.so
>
> Does anyone who already used/using "Aubit 4GL" confirm whether there are
> any libraries available for HTML file types ?
>
> Thanks in advance !!!
>
> Regards,
>
> Arindam Mukherjee
>
> -----Original Message-----
> From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of
> Priest, Darryl
> Sent: Wednesday, May 16, 2007 8:44 PM
> To: ids@iiug.org
> Subject: RE: Creating HTML output from Informix 4GL Reports [9172]
>
> We had some similar output that we needed to make available on internal
> web sites. We saved the 4gl output as files and then wrote a Perl script
> to present the reports to the web. The script simply changes all
> control-L page breaks to "HTML page breaks" and wraps each page in <PRE>
> tags. It isn't elegant but it is very effective and required very little
> work to write and it was free.
>
> I'd suspect you could also write a generic Perl formatting program to
> re-format certain/most of your reports for HTML presentation quickly,
> without changing the 4gl reports themselves. It wouldn't be as visually
> pleasing as 're-writes' but it would be much faster.
>
> On the other hand, there are certainly for-pay solutions to what you are
> trying to do.
>
> HTH,
> -D
>
> -----Original Message-----
> From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of
> Mukherjee, Arindam
> Sent: Wednesday, May 16, 2007 10:27 AM
> To: ids@iiug.org
> Subject: Creating HTML output from Informix 4GL Reports [9167]
>
> Hi All:
>
> I am working with Informix 4GL application which have lots of automated
> reports going out to customers. Presently, the report formats are plain
> character-based. My objective is to create reports in HTML formats using
>
> Informix 4GL report functionality. I have done that for one report by
> printing all HTML tags, colors etc in the 4GL report in different lines
> and creating a report with "html" extension. This html file can then be
> opened in any web browser for viewing. But this involves lot of coding
> from the developer's perspective. So I am looking forward for any kind
> of generic methodology/automated tool available which can be used along
> with my existing Informix 4GL on Solaris OS and that will help me to
> convert the existing Informix 4GL reports to create HTML outputs with
> minimum code changes.
>
> Thanks,
> Arindam Mukherjee
>
> ************************************************************************
> *******
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
> <font face="Arial" size="2" color="#008000"> Please consider the
> environment before printing this email.</font>
>
> ________________________________________________________________________
> _____________
>
> The information contained in this email may be confidential and/or
> legally
> privileged. It has been sent for the sole use of the intended
> recipient(s). If
> the reader of this message is not an intended recipient, you are hereby
> notified that any unauthorized review, use, disclosure, dissemination,
> distribution, or copying of this communication, or any of its contents,
> is
> strictly prohibited. If you have received this communication in error,
> please
> contact the sender by reply email and destroy all copies of the original
>
> message. To contact our email administrator directly, send to
> postmaster@dlapiper.com
>
> Thank you.
>
> ________________________________________________________________________
> _____________
>
> ************************************************************************
> *******
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>
> *******************************************************************************
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>

--
----------------------------------------------------------

This message, including any attachments, contains
confidential information intended only for a specific
individual and purpose. It contains information which
is private, CONFIDENTIAL, PROPRIETARY, AND A TRADE
SECRET OF AVIBANK MFG., INC., and legally protected by
law. If you are not the intended recipient, please
contact the sender immediately by reply e-mail and
destroy all copies. You are hereby notified that any
disclosure, copying, distribution or use of the
contents of this transmission, or the taking of any
action or reliance thereon, is strictly prohibited
WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF AN
AUTHORIZED OFFICER OF AVIBANK MFG., INC.

In addition, U.S. export laws may apply to the
information contained in or attached to this message.
Export or re-export of this information is prohibited.

----------------------------------------------------------

Messages In This Thread

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Classics Forum is maintained by Administrator with WebBBS 5.12.