View previous topic :: View next topic |
Author |
Message |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Thu Jul 07, 2005 10:59 am Post subject: Numeric check |
|
|
Hi,
I have an online screen where there is a numeric field defined as 9(2). Now when I am entering 1 and saving it its taking it correctly as 01. However, when I am entering it as 0 and then pressing space, it is taking it as 10. Is there any way to take care of this problem. Please note that I have a numeric check validation down the line for this field.
Thanks _________________ Cheers! |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Jul 07, 2005 1:02 pm Post subject: |
|
|
abracadabra,
Are you using PICIN and PICOUT in your map field definition?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Thu Jul 07, 2005 2:21 pm Post subject: |
|
|
PICIN while receiving Kolusu _________________ Cheers! |
|
Back to top |
|
|
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Fri Jul 08, 2005 1:38 pm Post subject: |
|
|
abracadabra,
If I remember correctly, PICIN and PICOUT in the BMS map field defintion macro are just there for generating the correct picture clauses in the symbolic map when it is generated out of the BMS physical map.
If you want numerically check your fields, use the attribute of NUM on your DFHMDI field definition macro. That should input inhibit your field when any alpha character is entered.
Regards,
Manas |
|
Back to top |
|
|
|
|