Does calling CLEARMARKS on a record clear all filters on the table or just the marks?
Hi, sometimes it helps to refer to the C/Side Reference Guide: ----------------------------------------------------------- CLEARMARKS (Record) Use this function to remove all marks on a record. Record.CLEARMARKS Record Data type: record The record from which you want to remove all marks. Example This C/AL code removes all the marks from the Customer record. Customer.CLEARMARKS ----------------------------------------------------------- To clear the filters on a table you can use rec.RESET regards Bastian