invalid character in numeric input ?

janetlee

New Member
Hi,

I need help in mfg/pro where i do a cimload data, only half of the data is go in database. After that,
i try to do manually change some field, but it come out error "invalid character in numeric input ?."
Anyone got experience on this error before.
I had no idea on this error anymore.

Please advice.


Thanks...:confused:
 
"invalid character in numeric input" means you try to enter non numeric character
into a numeric type field.
in your cim file, all CHAR fields should be enclosed in double quotes,
but the numeric fields should NOT
for example:
"abcdefg" 123.00
 
Thanks for help.
But my issue already settle.
Is because of the trigger path where it contains the seq field.
the seq number already reach the max seq, so it return the next seq with "?????".

Anyway, thanks for help.
:)
 
Back
Top