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



F ADITALABRP O E PRINTER OFLIND(*IN91)
Usropn
If %Open(ADITALABRP)
Close ADITALABRP
Endif
* make sure the print file is closed before doing you over ride
* Deelete the previous override first
Eval @CMD = 'DLTOVR FILE(ADITALABRP)'
PARM @CMD
PARM LEN 15 5

EVAL @CMD = 'OVRSPLF FILE(ADITALABRP) COPIES(LABNO)'

CALL 'QCMDEXC'
PARM @CMD
PARM LEN 15 5
c Open ADITALABRPO
C WRITE DTEORDNO
C WRITE DTEORDN1


This is general information, you will need to check more error detail on your
final version

Good Luck
Bill
(All else fails READ THE INSTRUCTIONS)



----- Original Message ----
From: Willie J. Moore <WJMoore@xxxxxxxxxxxx>
To: rpg400-l@xxxxxxxxxxxx
Sent: Wednesday, June 6, 2007 1:14:56 PM
Subject: Ovrsplf in rpgle program help


I want to use the ovrsplf option in an rpgle program. I need to override the
number of 'copies'. The number of 'copies' (labno) will be from a field
entered on a display.
Here is what I have come up with so far:

F ADITALABRPO E PRINTER OFLIND(*IN91)

EVAL @CMD = 'OVRSPLF FILE(ABCFILE) COPIES(LABNO)'
CALL 'QCMDEXC'
PARM @CMD
PARM LEN 15 5

C WRITE DTEORDNO
C WRITE DTEORDN1

I can do this in a CL program. Have the number of labels in the display program
pass to the print program. But would like to do it all in one program.
Any help or examples would be greatly appreciated.
Thanks,
William Moore



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.