On Jun 12, 2007, at 1:28 AM, johnf wrote:

> I need a grid to indirectly update several fields when it is first  
> opened and
> when I change rows.  Need a suggestion on how I can do the above.

        How do you 'open' a grid? You mean after it has been created? Your  
best bet there is to put the code in the grid's afterInitAll() method.

        For row changes, you should bind to dEvents.GridCellSelected, and  
check out the event object parameter's 'row' and 'col' attributes.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to