Initialise table field

hi all,

I want to initialise a field in table when data is entered in the form.

i have a form having datasource say T1 , and i have to initialise a field in T2 when data is intered into the form.

thanks in advancce,

Hi,

Add the table in the datasource of ur form…Just run the form and enter a data and click save, it will automatically save in the table also.

Thanks and Regards,

Enrique

Hi,

You can initialize a table field by overriding the initValue method in your table.

Example:

this.YourFieldName = ;