On Jul 16, 2008, at 8:33 PM, Paul McNary wrote:

> OK, I have an event firing in a dGrid. CurrentColumn and CurrentRow
> return index values. How can I see the DataField of the column that
> fired the event.
>
> evt.EventObject.?????????

        I don't have the time to test this, but my guess would be that the  
EventObject would be the grid. The evt object has evt.col and evt.row  
for grid events; you don't say what sort of event is firing here. You  
could determine the column object using  
evt.EventObject.Columns[evt.col].

-- Ed Leafe





_______________________________________________
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]

Reply via email to