On Monday 09 March 2009 01:07:45 pm Paul McNett wrote: > 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 > Thanks gents - that will cover what I need.
-- John Fabiani _______________________________________________ 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]
