On Saturday, June 18, 2011 08:19:47 am John Fabiani wrote:
> Hi,
> I guess I'm being dumb here (not the first time) but how can I set the (or
> change) the focus from one cell to another cell in response to an event.
> 
> I'm using a grid as a way to edit values.  In one column I have a bool
> (checkbox) and I want the focus to move a different column when the value
> changes (bool == true).
> 
> IOW's I need a way to change the selection from one cell to a different
> cell programmatically.
> 
> Thanks in advance,
> Johnf
> _______________________________________________

The only thing I could find that worked was
grid.MoveCursorRight(False) 

So I'm using the MoveCursor(Left or Right) to set the focus.

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