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



Maybe specifying a range for the input values?  Set a lower limit of all zeros 
and an upper limit of all 9's.  That would force the user to fill the field 
with zeros even if they don't want to enter anything so it may just add work.  
You could also populate the field with zeros before display.

Another thought is using the XLATE operation code.  Convert any blanks to zeros 
before working on the field.

Rick

> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of simafrog
> Sent: Thursday, March 04, 2004 6:58 AM
> To: RPG programming on the AS400 / iSeries
> Subject: RE: Blank data entry that are really numeric
> 
> 
> D' didn't work. The field is character. 'Y' isn't accepted 
> because there is no decimal (not numeric).
> > -----Original Message-----
> > From: Rick.Chevalier@xxxxxxxxxxxxxxx 
> [mailto:Rick.Chevalier@xxxxxxxxxxxxxxx]
> > Sent: Wednesday, March 03, 2004, 2:09 PM
> > To: rpg400-l@xxxxxxxxxxxx
> > Subject: RE: Blank data entry that are really numeric
> > 
> > Try entering a keyboard shift attribute of 'Y' or 'D'.  
> These should force
> > numbers.  The 'D' entry only works on fields without 
> decimal positions.  'Y'
> > will also allow decimal points and commas if this is an issue.
> > 
> > Rick
> > 
> > > -----Original Message-----
> > > From: rpg400-l-bounces@xxxxxxxxxxxx
> > > [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of simafrog
> > > Sent: Wednesday, March 03, 2004 2:35 PM
> > > To: RPG programming on the AS400 / iSeries
> > > Subject: Blank data entry that are really numeric
> > > 
> > > 
> > > HI -I have a screen that displays a dates from and to, to the 
> > > user. It is defined as a date type 'M',w/ Mand. Entry. Zeros 
> > > are allowed to be entered as a lower and/or upper limit. The 
> > > problem is that when the user just hits enter, it was 
> > > generating a data decimal error, as the field is rearranged 
> > > in a data structure including making it numeric, and then 
> > > processed. I would like such an occurrence to be handled by 
> > > the DSPF, or earlier in the program What I did was check the 
> > > fields prior to their being processed and if both are blank I 
> > > exit the subroutine. I am sure there is a much cleaner and 
> > > better way to do this. Please let me in on this.
> > > Thanks,
> > > Rob 
> > 
> > _______________________________________________
> > 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 ...


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.