>>> print biz.RowCount
2
 >>> biz.filter("ss", "stile_type")
 >>> print biz.RowCount
0
 >>> biz.new()
 >>> print biz.RowCount
1
 >>> biz.removeFilter()
 >>> print biz.RowCount
1

The original 2 records in the unfiltered set were lost.

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to