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



How are you creating your overlay?  We use Word to print to a printer 
driver.  IBM only recommends the 240 and the 300 driver.  That seems to 
line up with faxing, (if you are doing that).  We did manage to get the 
600 driver to work, but had to reconfigure the printer and didn't like 
that.

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





Vivienne Seymour <vivienne.seymour@xxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
02/25/2004 09:28 AM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
cc

Fax to

Subject
RE: Problems with Column Alignment on Report







Hi there,

I'm wondering if anybody has any suggestions on how to control column
alignment on a report.

I am using HPT (Host Print Transform) to print a report to a printer. The
printer file is DEVTPYE (*AFPDS) and I am including various overlays in 
the
printer files (although I am not aware that this would have any impact on
column alignment).
I am also using a selection of fonts using the keyword FNTCHRSET.
However my columns are out of alignment regardless of the fact that they
look ok when viewed on the spooled file. The columns appear to be affected
by any data printed preceding the price.

For example 

If I print a line as below: (XYZ123          1.25)

PART                 Price
XYZ123               1.25

The price appears at a certain column whereas if the 'Part Number text is
smaller the price column is printed at a different position even though 
the
column is specified in a fixed position in the DDS source.

PART                 Price
XYZ1               1.25


Thanks in advance for any suggestions

Vivienne 







-----Original Message-----
From: rob@xxxxxxxxx [mailto:rob@xxxxxxxxx] 
Sent: 25 February 2004 13:15
To: RPG programming on the AS400 / iSeries
Subject: RE: SQL Result Sets

Maybe it is. I'm still interested on how Charles learned it.

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





"Haas, Matt" <Matt.Haas@xxxxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
02/24/2004 05:21 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
cc

Fax to

Subject
RE: SQL Result Sets






Rob,

I'm pretty sure that this is in one of the SQL programming books. The 
information was pretty scattered in the V4 books. I haven't looked at the 
V5 books to see if they're any better.

Matt

-----Original Message-----
From: rob@xxxxxxxxx [mailto:rob@xxxxxxxxx]
Sent: Tuesday, February 24, 2004 5:02 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: SQL Result Sets


I have to ask:  How did you figure that one out?
- Some DB class in college?
- Experience from other databases?
- Standard DB2 iseries manuals?
- Third party book on DB2 on the iSeries?
- Someone else's code at your site?
- This list?

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





CWilt@xxxxxxxxxxxx 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
02/24/2004 04:55 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
rpg400-l@xxxxxxxxxxxx
cc

Fax to

Subject
RE: SQL Result Sets






Do you have the DYNAMIC RESULTS SETS 2 specified on the create procedure
statement?

CREATE PROCEDURE ASSEMBLY_PARTS (IN ASSEMBLY_NUM INTEGER,
OUT NUM_PARTS INTEGER,
OUT COST DOUBLE)
LANGUAGE C
PARAMETER STYLE GENERAL
DYNAMIC RESULT SETS 2
FENCED
EXTERNAL NAME ASSEMBLY

HTH,
Charles



> -----Original Message-----
> From: Dave Boettcher [mailto:DBoettch@xxxxxxxxxxxxxxxx]
> Sent: Tuesday, February 24, 2004 3:23 PM
> To: rpg400-l@xxxxxxxxxxxx; RPGIV@xxxxxxxxxxxxxxx
> Subject: SQL Result Sets
> 
> 
> Perhaps someone out there knows how we can do this.  Thanks in advance
> for the help.
> We have searched GOOGLE and the archives on the Midrange and RPGIV
> sites.  The question appears a few times all the way back to 1998, but
> we have not seen an answer posted even though several posts said they
> might  try it out.  :>)
> 
> We want to return two result sets from an RPGIV program. 
> We get only the last one back to the calling PHP program.
> the RPGIV SQL code to return the result sets is below:
> 
>  c/exec SQL 
>  c+  Set Result Sets Array :TaxDta for :TaxNdx rows 
>  c/end-exec 
> 
>  c/exec SQL 
>  c+  Set Result Sets Array :AssmtDta for :AssmtNdx rows 
>  c/end-exec 
> 
> Does anyone know if this should work?  OR do you know of 
> another way to
> accomplish the same thing.
> 
> Any response is appreciated, especially "yes" or "it will never work
> and here's why"
> 
> TIA, 
> 
> Dave Boettcher
> _______________________________________________
> This is the RPG programming on the AS400 / iSeries (RPG400-L) 
> mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-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.