‎2005 Jun 24 11:34 PM
Hello Frnds,
Iwant to have a conversion routines which permits only upper case alphas and number (i.e. A-Z and 0-9)
If anybody knows that, I wud be thankful if you can help me.
Thanks
Arpit
‎2005 Jun 25 4:08 AM
Hi~ Arpit.
You said you want to find conversion routines which permits only upper case alphas and number.
Conversion routines is used to converting, as it's name means, not permitting.
for example, when we look at conversion routine 'ALPHA'.
when I input 12345, conversion routine 'ALPAH' convert 12345 with '0000012345'.
<b>not check but convert</b>.
If you want convert lowercase to upper, you can make you own conversion routine.
make function,
conversion_exit_XXXXX_input
conversion_exit_XXXXX_outputand then in your domain, in the tab 'output characteristic' at the field convers.routine
write down your conversion routine XXXXX.
If you want to check it is uppercase or not, you can have
to program other ways.
for exaple, in PBO check or something...
I wish I could help you
Best Regards
Kyung Woo
‎2005 Jun 25 4:08 AM
Hi~ Arpit.
You said you want to find conversion routines which permits only upper case alphas and number.
Conversion routines is used to converting, as it's name means, not permitting.
for example, when we look at conversion routine 'ALPHA'.
when I input 12345, conversion routine 'ALPAH' convert 12345 with '0000012345'.
<b>not check but convert</b>.
If you want convert lowercase to upper, you can make you own conversion routine.
make function,
conversion_exit_XXXXX_input
conversion_exit_XXXXX_outputand then in your domain, in the tab 'output characteristic' at the field convers.routine
write down your conversion routine XXXXX.
If you want to check it is uppercase or not, you can have
to program other ways.
for exaple, in PBO check or something...
I wish I could help you
Best Regards
Kyung Woo
‎2005 Jun 27 8:46 PM
thanks Nam,
yes i did the same thing as u suggested. i made a routine for the same thing.
thanks anyway
Arpit