That makes more sense. It wasn't very clear from the documentation. The problem was that view.select(0,10) works(tm) on one column views. When I say that it works, I mean it returns a sensible result in some cases. I'll fix my annotated docs.On 2 Dec 2003 at 8:43, Brian Kelley wrote: There is no such form of select.
select(criteria) -- return virtual view with selected rowsprint v.select.__doc__
select(crit_lo, crit_hi) -- select rows in specified range (inclusive)
criteria may be keyword args or dictionary
The second form requires dictionaries, as Niki said. Mk has to
know what property you're attempting to select on. There's no
exception for single-property views.
Thanks for the prompt update.
Brian
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
