Hi Brian,

 

I don’t know exactly what is you want, but depending on where you want to
change the property you can do it like this.

 

In a form it’s easy. You just use the _ds.<method()>.
custTable_ds.allowEdit(<Boolean>)

 

If it on a table in the AOT you need to work with the treeNode class.

1)       You need to find the treeNode. 

2)       On the TreeNode there is a method called
AOTsetProperty(<PropertyName>, <value>)

3)       Remember to save your change AOTsave()

 

Hope this helps

 

Erik.

 

 

 

  _____  

Fra: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] På vegne af branjema
Sendt: 1. juni 2007 23:02
Til: development-axapta@yahoogroups.com
Emne: [development-axapta] setting the property on a table

 

I have a table and need change the table property in code.
How do I do this?

Thanks

Brian

 



[Non-text portions of this message have been removed]

Reply via email to