johnf wrote: > I thought there was a wiki entry on the correct way to handle the situation > where one control depends on the other's value to display correctly. But I > did not see it. So what is the correct way to get this done.
Bind to the source control's ValueChanged event, which (should) fire whether the value was changed programatically or interactively. sourceControl.bindEvent(dEvents.ValueChanged, targetControlOrForm.handler) Paul _______________________________________________ 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]
