Sorry for so many new threads guys... I'm a noob here.
I need to know how to set a multi-field filter from code. I've got a bound form, and I know how to use the rec.SetFilter() function call, but I don't see any way to use it on more than on column. Can you do this?
0
Comments
Something like this?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
If you put a SETRANGE (or SETFILTER) on a field and later put another SETRANGE (or SETFILTER) on the SAME field, it will lose the first filter.
To maintain the previous filter, you have to put it in another FILTERGROUP.
e.g.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!