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
Comments
http://www.mibuso.com/dlinfo.asp?FileID=1123
Thanks
http://www.mibuso.com/dlinfo.asp?FileID=1123
There is MS Connect where you should be able to report a bug.
BTW: if you have access to PartnerSource you can log your bug there.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
this is OFF TOPIC, sorry:
it's funny that in italy we also use 'pippo' as a "casual tester"...i didn't expect this name is used elsewhere
P.S.: in italy, pippo is the american "goofy" of mickey mouse...
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
http://www.mibuso.com/dlinfo.asp?FileID=1123
But thank you, I had this problem as well and breaking my head about why the filter was giving me @*%1* instead of the values filled in.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community