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: What are you using to produce nice looking rep

Posted By: Miguel Caldera
Date: Tuesday, 9 September 2008, at 5:59 p.m.

In Response To: What are you using to produce nice looking reports (ROGER BURTON)

Man, you want it all, don't you...

I have done similar things over the years, ranging from printing laser
checks with 4gl printing everything but the form itself (using hardcoded pcl
from 4gl and a hardware device that stores form, signatures, and logos) as
well as converting text files to PDF. I haven't done the pdf to email yet,
but have a project lined up to do that once I can squeeze in the time.

You will find many ways of doing what you're asking, and the most important
item for you to consider is your environment. This includes your
infrastructure as well as your users.

Most of my users are pretty savvy, so dropping to a Windows app to take care
of something that needs a gui is accepted very easily. From an automation
perspective, being able to do everything in Unix makes life easier. If
configured properly, email support is built-in. This means that you can
create a 4gl report, convert it to PDF, then use a table to control the
destination (text file, pdf file, or optional email of either file).

I also still use UUCP to distribute hundreds of reports a month. A handful
of these monthly reports are also converted to PDF using txt2pdf from
SANFACE software (they have other PDF tools worth looking at). Simple
software used to convert plain text reports to PDF format on SCO Unix
system. I don't email these out, but only because there isn't a need. It
would be easy enough to do.

If all you want is a pretty report, I would suggest using MS Access. It
isn't free, but quite often, it already exists in the office so it doesn't
cost anything extra. It isn't great, but it can provide a quick and simple
tool for pretty reports. I would probably write something in 4GL to
populate a table so the final report is just a table dump as opposed to
something with program logic to control the output.

There are freeware solutions to convert Windows output to PDF.
Unfortunately, doing email from Windows gets a bit more involved.

Just some ideas to think about.

Miguel

-----Original Message-----
From: classics-bounces@iiug.org [mailto:classics-bounces@iiug.org] On Behalf
Of ROGER BURTON
Sent: Tuesday, September 09, 2008 2:35 PM
To: classics@iiug.org
Subject: What are you using to produce nice looking reports [2916]

Hello all,

I'm VERY NEW to this game - forgive me if I've slotted this in the wrong
place, but it seemed the most appropriate option of those presented to me.
I'm sure I'll hear about it if there is a better place.

I have used Informix-4GL (exclusively) to run the bulk of our operations and
I would like to continue to follow this path. Until recently, the production
of "documents" (Invoices, POs, Statements ...) was accomplished by running
an Informix Report and invoking a "form" (created with a third-party bit of
software that was stored as a "macro" on an HP printer) as an overlay. The
static portion (a.k.a. the pretty portion) of the document being the Macro,
and the data (the dynamic portion) being supplied by the Informix Report. It
looks respectable; monochrome and a little plain, but respectable.

This has served us well for many years. However, this solution is becoming
more and more difficult to support as the original (forms generation)
software is becoming more and more antiquated [it came on 5 1/4" floppies -
just to give you an idea]. Enough is enough, I said, time to re-evaluate. I
further speculated that this (the IIUG site) would be a good mechanism to
poll what others (YOU) are doing if you have a similar situation in YOUR
environment.
I'd like to know how others (you) are resolving this?

Resolving the aforementioned would be great, but if your solution also
encompasses the conditional creation of a PDF file that can be e-mailed,
that would make for a more complete solution. (And I'd look like a superstar
around
here.)

I am grateful for ALL input and I thank you in advance.

****************************************************************************
***
Forum Note: Use "Reply" to post a response in the discussion forum.

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.