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



When you mark the line in error. Also turn on the changed bit before updating
the subfile so that
you'll get the line again if they just press enter.

That should be enough info to point you in the right direction in the DDS
manual.

Charles




-----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'
message in the compile but not getting a clean compile the
format is
the subfile is this allowed for a subfile?

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
blank lines),
clear the sfl record and add a FOR loop that will write
however many
blank lines that you want.

Mike Berman wrote:
HI Thank you for greta help earlier. I apologize for the
simplicity of the issue earlier. Perhaps this one is better.

My issue now is, I did create the data entry program. But to me,
it would be slicker, if I just add empty lines in my regular
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.

But why not be able to add blank lines to the existing maintenance
program and let them add?

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
flight and hotel bargains.


--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------

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




---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life,
your story.
Play Sims Stories at Yahoo! Games.
--
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.




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




This e-mail transmission contains information that is intended to be
confidential and privileged. If you receive this e-mail and you are not a
named addressee you are hereby notified that you are not authorized to read,
print, retain, copy or disseminate this communication without the consent of
the sender and that doing so is prohibited and may be unlawful. Please reply
to the message immediately by informing the sender that the message was
misdirected. After replying, please delete and otherwise erase it and any
attachments from your computer system. Your assistance in correcting this
error is appreciated.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.