Hi,

I have a form displaying the empltable in a grid. On the same form I
have a button. On the datasource (empltable) I have created a method
that I would like to call when clicking the button in the form. How do
I do this? I cant find the correct syntax. I have tried with element
and this but without any luck.

Further I would like to add another button that filters only the
employees that have status "Employed" in the empltable. I think I can
do this by overriding the filter method on the datasource (empltable).
Can anybody help me doing this. It must be something like:

filter(fieldname2id(tablename2id("emplTable"),"status"),"Employed");









YAHOO! GROUPS LINKS




Reply via email to