>         Set your bizobj up as usual, but add:
>
> biz.addWhere("fieldX = %s")
> biz.addWhere("fieldY = %s")
>
>         Then when you requery:
>
> # Form's beforeRequery():
> biz.setParams((usrEntry1, usrEntry2))
>

That's slick!

>         Well, you'd just clear the current field definitions, and then re-
> define 'em.
>
> biz.setFieldClause("")

Arggg- I spent a while last night looking for a 'clearQuery',
'delField',... trying to figure out how to change the query... ended
up assuming you couldn't do it.

And it turns out to be as simple as setting an empty string :-)

Nice-

Thanks for the help,

Julian

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to