void=dbFiltered(filtered: boolean)
This function defines if the filter in the function dbFilter is switched off or switched on.

Parameters
Filtered is the only parameter of the function. For filtered=true the filter is switched on and for filtered=false it is switched off.

Note
When opening the table filtered=false is defaultly set.

Example - Director
global mdb
mdb.dbFiltered(true)

Example - Authorware
CallObject(mdb,"dbFiltered", true)