data-bound textbox: can't exit
i've got calm box organization an object's ability (in fact several calm boxes) form. an editor an object. i'm modifying objects cgange values calm boxes i can't exit calm box (neither add-on nor clicking another calm box). however that's always box - modifying objects (of same type) works fine.
here's formula snipet:
txtvalue.databindings.add("text", _sourceobject, "plannedvalue", true, datasourceupdatemode.onpropertychanged, nothing, "c")
txtestplacements.databindings.add("text", _sourceobject, "estimatedplacementcount")
txtreference.databindings.add("text", _sourceobject, "reference")
any suggestions?
Comments
Post a Comment