Disable Show all function

quote:


Originally posted by pelle How do you mean this is harmful? As I am just an amateur, I could use an explanation.


FIILTERGROUPs < 6 is used by system. Here’s what help says:


Number Name Description 1 Global Not used, but may be used in the future. 2 Form Used for the filtering actions that result from the SETTABLEVIEW function; from the SourceTableView property; and from the DataItemTableView property. 3 Exec Used for the filtering actions that result from the SubFormView and RunFormView properties. 4 Link Used for the filtering actions that result from the DataItemLink and SubFormLink properties. 5 Temp Not used, but may be used in the future.


And a little more: It is possible to use one of the internally used groups (system filter groups) from C/AL. If you do this, keep in mind that in this way, you will replace the filter that C/SIDE assumes is in this group. If, for example, you use FILTERGROUP 4 in a form, you will replace the filtering that is actually the result of applying the SubFormLink property. This could seriously alter the way forms and subforms interact.