SETFILTER bug with @?

PureHeartPureHeart Member Posts: 190
Hi All,

I think I found a bug in NAV related to the char @....

If you use this syntax:

Vendor.SETFILTER(Name,'@%1','pippo');

The setfilter does not work!!!! if you debug it you'll see that filters the name field for "@%1" instead of "@pippo"!!!!!

This instead will work...

Vendor.SETFILTER(Name,'@' + 'pippo');

Did anyone else discover that????

Ciao
Why don't you try my compare tool?
http://www.mibuso.com/dlinfo.asp?FileID=1123

Comments

Sign In or Register to comment.