My bad, i was not paying attention to what i do and i misplaced letter in :on-query initarg, thus on-query slot was nil. All works perfectly now. :)
On Feb 25, 6:08 pm, grepz <[email protected]> wrote: > Hi, > > I need to create filtering/selection widget consisting of form where > user enters data which i use to prepare clsql query, and datagrid > representing DB objects using that query. The current scheme is: a > composite widget consisting of a quickform widget which generates a > list of childs for its parent on submit (the list contains the > quickform itself and a datagrid widget). > But I don't quite get how to do clsql filtering on data represented in > the datagrid. I was trying to use on-query slot, but with no luck. Is > there any code hints on the matter? > > Thanks in advance. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
