On Jun 29, 2006, at 4:45 PM, Jaime Mora Ramones wrote:

Some example of how using this new feature ?

I'm working on using it in the dGrid class to filter on a particular field. This will allow for subsets of the data to be displayed quickly without having to make another query of the backend database.

Also it is possible, instead of a field any expression ?

Since I'm basically constructing a SQL query behinds the scenes with a format of:
        select * from <dataset> where <fld> <op> <expr>
... there's no reason why you couldn't use any valid field expression (at least 'valid' as far as SQLite is concerned. See <http:// sqlite.org/lang_expr.html> for your options.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to