ADCS Limitation Input Length

JDKJDK Member Posts: 14
Hello,

I am trying to scan a barcode which is 40 characters in length, or if I manually input the barcode value, I receive this error 'Overflow under type conversion of Text to Text'. My field length in my table is 40 characters but before I can capture the scanned barcode I receive the error. In my situation it seems the maximum field length of input is 20 characters.

Has anybody had this problem and what did you do about?

Thanks!

JDK

Comments

  • SavatageSavatage Member Posts: 7,142
    What field are you scanning the info into? & what is it's length specified in the table?
  • ovicashovicash Member Posts: 141
    try to start NAS in debuging mode. It worked for me in a similar problem
    ovidiu

    Best Regards
  • Toddy_BoyToddy_Boy Member Posts: 231
    Amend the Code field to 40 chars in 7702 Function Groups table

    That one drove me mad for a while \:D/ \:D/ \:D/
    Life is for enjoying ... if you find yourself frowning you're doing something wrong
  • jlandeenjlandeen Member Posts: 524
    Another spot you may have trouble is with the GetFunctionKey function in the ADCS Communication codeunit. This function is called at the beginning of several ADCS handling codeunits and originally has a text input value of length 30. So depending on the form your using you may want to extend this accordingly.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
Sign In or Register to comment.