ich have a little quetion about the reset()-function.
This functions clears all filters and rest the key to the primary key.
Is ist possible to reset ONLY the filters are set at the table?
ich have a little quetion about the reset()-function.
This functions clears all filters and rest the key to the primary key.
Is ist possible to reset ONLY the filters are set at the table?
Comments
Example:
Item.SETCURRENTKEY("Low-Level Code");
Item.SETRANGE("Low-Level Code", 1);
CLEAR(Item2);
Item.COPYFILTERS(Item2);
Matteo