rp_data::deletequery

This method will delete all records resulting from the query. You must include only the "Where" part of the query. (Public)

o.deletequery( tcFilter)

Return Value

True or False

Parameters

tcFilter
The filter condition or the "WHEN" component of the query

Remarks

BE CAREFUL!!
This deletes records one record at a time and hence can take a very long time on large
result sets from the query

Example

o.DeleteQuery("REQUIRED = .F.")

The above would delete all records in the table where REQUIRED = .F.

See also:

Class rp_data


Last Updated: 23/11/2005