Hello

pythoncard
wx 2.6.1
python 2.4.x
kinterbasdb
firebird

I have a wx.grid filled with data from a database
one of the fields is a blob field with text data, which
I want to display in some adjacent text control when I scroll
through the grid.

The question is which wx.EVT_XXX do I need
to use and how to 'connect ' the wx.grid to my TextArea
control ,so that the correct data gets displayed after
any row change?


Thanks for any hints.

Db

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to