Hi All,
Now I'm facing with error on ws read or readmulti function. I can be read normal item no but if item no. has "(" and ")" got the error.
ws.Read("10001"); //successful
ws.Read("S4L(CU)"); //automatic put single code and got error
Ok! If i filter Item No. "S4L(CU)" at nav, automatic put single quote " ' " at field filter dialog box. Why put single quote put it? :?: :?:
If anybody pass this error please share to me.
Regards,
Yukon
Comments
Can you please use the encoded string instead of "(" and ")"? and let me know how it goes.
it will be ws.Read("S4L%28CU%29");
Regards
Chethan