StrataFrame Forum

I need to turn off the enable property of BO fields.

http://forum.strataframe.net/Topic28982.aspx

By Marcio Valerio Silva - 11/17/2010

I need to turn off the enable property of BO fields.

I try to set on ReadOnly properties in Customise Fields but I didn´t update the field in code, so I don´t use this option.

I already try set off the enable property of Strata Text Box, but didn´t work too.

Somebody Can can help?

at,

Marcio Valerio 
By Ivan George Borges - 11/17/2010

Hi Marcio.

You say you tried to set the ReadOnly on the BO Mapper, but then what do you mean you didn't update the field in code? You haven't Built the Partials for that BO?

Also, if you want to set the textbox Enabled option to False and want it to stay this way, also set its IgnoreManageReadOnlyState to True, so it won't be taken care by the framework when you Edit your record.

Hope it helps.
By Marcio Valerio Silva - 11/17/2010

Ok! Thanks!
By Ivan George Borges - 11/17/2010

You're welcome! Cool