table

Hai, what about the ax tables? i mea some table fields are enabled and some of them are fixed(not editable) what the story behind this ? suppose one non editable field needs to be editable ,how can i do it other than sql?

Thanks .

Hi,

If you have a look at field properties, you’ll see that you can change allowEdit property to yes in tables or in form datasource, but if fields are not editable, the reason is that they’re modified through code (methods on tables, forms or classes). The field’s allowEdit property can also be modified through code. The main problem is to find where field’s updates are done in code. You can also write your own methods that modifies fields value.

Hope it helps

Regards,

Thomas