filter on form datasource

HI Friends

I am creating a from with D as datasource. the table D has a display method which returns Date. Now i want to filter the form where this display method has date = todaysdate.

how to add range on display method on datasource.

how to do this.

thanks

Manish

Hi,

It’s not possible to filter/add a range on a display method

Hope it helps

Regards,

Thomas

hi Thomas ,

Is there any other way to do this?

hi manish

use query’s

this.query().addatasourceNo().filednum(tablename,fieldname).addrange(sysquery::…)

using this query u can get the range value

regrds,

kris