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



Rob,

It doesn't.  Congrats on having long field names.  Many applications still
use six character field names.  Procedure names aren't limited to six or ten
characters.  Spelling out a procedure name is a lot better than a ten
character field name.  Can't do a one character typo unless the procedure
names are very abbreviated.  I could have a typo in

EMFNAM = WorkLastName;

when I wanted to use EMLNAM.  With a setter I'd have to write

SetFirstName( WorkLastName );

instead of

SetLastName( WorkLastName );

It can still be a problem but it's more noticeable and won't happen as
often.

Paul

BTW, when is RPG going to allow us to use the longer ALIAS field names in
our programs?

-- 
Paul Morgan
Senior Programmer Analyst - Retail
J. Jill Group
100 Birch Pond Drive, PO Box 2009
Tilton, NH 03276-2009
Phone: (603) 266-2117
Fax:   (603) 266-2333

> How will this not stop a typo
> MyDbField=MyWorkField;
>
> But this will?
> setMyDbField(MyWorkField);
>
> Rob Berendt
> -- 
> Group Dekko Services, LLC
> Dept 01.073
> PO Box 2000
> Dock 108
> 6928N 400E
> Kendallville, IN 46755
> http://www.dekko.com




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.