returning list item datatype values to number datatype [message #214816] |
Thu, 18 January 2007 03:23  |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
hi..
I have a table in which a column name DCH is having datatype as
number(2).
In my form i am keeping DCH as list item and the code for
record group is
'SELECT DISTINCT TO_CHAR(DCH),TO_CHAR(DCH) FROM TAP
ORDER BY TO_NUMBER(DCH)');
While updating when i select the value from list item it gives error as "Acceptable values are 0-9".
Please support
Thanks in advance.
|
|
|
|
|
|