StrataFrame Forum

Event when Field value changed

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

By Leonard P. - 9/19/2008

Hi,



I have the following requirement: When user types a value (ID code) in a data-bound text box, I need to be able to check/uncheck another data-bound checkbox depending on what code user just entered into a textbox.

As of now, I am handling it in the Text_Changed event of a textbox. But I would like to move this logic to the BO level. Is there an event in the Framework which is raised when field value is changing or changed? I can't find it.



Thanks.
By Larry Caylor - 9/19/2008

On the Business Object Properties window in BO mapper you can enable various property events.

By Leonard P. - 9/19/2008

Beautiful! Thanks!