Data Refresh when every form open

Hi,

when i open form, already existing data remove and refresh. lookup also i want clear all data. please help me

could you please explain briefly.

Hi

As far for my understanding . Eithere you have to use the temp table in your Form or filter your datasource data in the execute query method using following code.

this.query().datasourcename(“datasourcename”).findrange(fieldnum(table,field)).value("");

Thanks & regards

Bijesh kumar singh

u wan to remove data from the table?