|
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Berman
Sent: Friday, June 22, 2007 10:44 AM
To: RPG programming on the AS400 / iSeries
Subject: Re: Subfile maint. w/ add
A little problem is also with the READC. Let's say there is
an error on one field. They hit enter and the error routine
redisplays the format. In my case, if they hit enter again
without changing anything, the screen stays where it is,
meaning that, the READC does not get a hit. I would prefer
that in such a case, admittedly not that frequent,
the error message should pop up again.
Michael_Schutte@xxxxxxxxxxxx wrote:
No... %EoF() doesn't return a numeric value to use in your
FOR clause...
The "TO" portion needs to a number or a field with a number in it.
Also... you can only put the name of the display file in the
%EoF() function....
What you need to do....
C READC SFL1
C DoW not %EoF(DISPLAYFILE)
C ... process
C READC SFL1
C ENDDO
OR
For RRN1 = 1 To RRNMAX;
Chain RRN1 SFL1
If not %Found(DISPLAYFILE);
Leave;
endif;
... process
Endfor;
Michael Schutte
Admin Professional
Bob Evans Farms, Inc.
What's the secret? Find out at your Bob Evans Restaurant on May 17!
rpg400-l-bounces@xxxxxxxxxxxx wrote on 06/22/2007 08:45:13 AM:
Booth, just one thing on this code the statement is garnering a '20'format is
message in the compile but not getting a clean compile the
the subfile is this allowed for a subfile?blank lines),
C for RRN1 = 1 to %eof(sfl1)
002200 Parameter SFL1 is not valid for built-in function % %EOF is
ignored.
Booth Martin wrote:
Nope. before, or after (depending on where you want the
clear the sfl record and add a FOR loop that will writehowever many
blank lines that you want.(RPG400-L) mailing
Mike Berman wrote:
HI Thank you for greta help earlier. I apologize for thesimplicity of the issue earlier. Perhaps this one is better.
it would be slicker, if I just add empty lines in my regular
My issue now is, I did create the data entry program. But to me,
maintenace subfile, which does Change and Delete very nicely. I
currently hang a F6 ket to ADD records. Now I will then call my new
add program or copy the code in.
program and let them add?
But why not be able to add blank lines to the existing maintenance
flight and hotel bargains.
Are there are special keywords I would need or codes for this?
Thanks, Mike
---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
This is the RPG programming on the AS400 / iSeries
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,please take a
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx Before posting,
moment to review the archives athttp://archive.midrange.com/rpg400-l.
your story.
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life,
Play Sims Stories at Yahoo! Games.(RPG400-L) mailing
--
This is the RPG programming on the AS400 / iSeries
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,please take a
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx Before posting,
moment to review the archives athttp://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.
---------------------------------
Luggage? GPS? Comic books?
Check out fitting gifts for grads at Yahoo! Search.
--
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 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.