Takes an AGDBSearch
object built from createSearch( )
and creates an internal list of all the records that return TRUE
.
AGDBSet
void setFilter(searchObj);
None
dbset.setFilter(searchObj)
void AVsetFilter( AGDBSet* dbset, AGDBSearch* searchObj );
dbset The AGDBSet
object.
searchObj [in] Null, or an AGDBSearch
object created with the createSearch( )
method.
A list of records that return TRUE
.
You can call addNew( )
and deleteRow( )
while a filter is active. These rows will show up in the filtered dbset regardless of their data values. Call setFilter( )
to make sure these new/deleted rows are matching your filter. Calling setFilter(null)
removes the current filter.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |