I am getting a strange tet to text conversion error in 2016,while compiling a custom table.
*This post is locked for comments
I am getting a strange tet to text conversion error in 2016,while compiling a custom table.
*This post is locked for comments
Hi
Try by declaring text variable and Pass it as the parameter instead of '' (blank) value or you can pass custom table field.
Hi,
isn't clear wich line of the code is returning the error, but usually this type of error can be fixed using FORMAT(Your Text Var)
ex : YourTextField := FORMAT(Your Text Var);
or
YourRec.VALIDATE(YourField, FORMAT(Your Text Var));