filed showing lookup of method names from table

Hi,

i have create form on which i want take string field.

this field will need to show lookup of all the methods present in any table.

(lookup of methods from table name ->methods node)

does any body knows how to do that.

any help would be appreciated…

thanks…

You can get the Set of methods by calling SysDictTable.methods(). Use it to build the lookup yourself (probably through a temporary table).

hi Martin Dráb,

Thanks for reply …