Options

WS Read or ReadMulti Problem

yukonyukon Member Posts: 361
edited 2011-11-18 in NAV Three Tier
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
Make Simple & Easy

Comments

  • Options
    chethanhtchethanht Member Posts: 14
    Hi,
    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
Sign In or Register to comment.