|
-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Simon Coulter
New procedure: validateName( validateThis : withThat )
This has the body of the code and performs the
validation giving a result that indicates whether validation
was successful (this could be simple TRUE/FALSE or a number
indicating the position of the first invalid character in
which case 0 would be all OK). This procedure MAY be exported
but I probably wouldn't do that. This will be a private
procedure used only within the module.
New procedure: validateClientName( name )
calls validateName( name : CLIENT_CONSTANT )
New procedure: validateCompanyName( name : CLIENT_CONSTANT )
calls validateName( name : CLIENT_CONSTANT )
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.