John wrote: > Correct me if I'm wrong. You are saying that the tree event is firing > before the bizobj realizes that a field was changed. Did you by chance > check old.value vs. new.value (not sure what the real code should be) > in the onNodeChange method? > I would have thought the lostfocus would have fired first. > John,
Yes, I am saying that the TreeSelection event is firing before the bizobj realizes that a field was changed. isChanged() is reporting false and I just checked the bizobj value through getFieldVal and it doesn't have the update information. As Ed explained before, a control must get focus before another control loses focus, which makes sense. However, in this case I would expect the bizobj to be updated and the ValueChanged event on the dEditBox be fired before the TreeSelection event. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
