void=dbFiltered(filtered: boolean)
This function defines if the filter in the function dbFilter is switched off or switched on.
ParametersFiltered is the only parameter of the function. For filtered=true the filter is switched on and for filtered=false it is switched off.
NoteWhen opening the table filtered=false is defaultly set.
Example - Director
global mdb
mdb.dbFiltered(true)
Example - AuthorwareCallObject(mdb,"dbFiltered", true)