Thank you the demo-code for combining a database with a grid in the
wxpython-list.
I'm trying to run your code, but I don't understand how to make the
variables ta_lista and tc_lista from the contents of the database. Is it
possible to send some more code addressing this item.
I'm also struggling with the combination of the two.
Thanks in advance, Bauke Krajenbrink, Holland
-----Oorspronkelijk bericht-----
···
Van: Echeverria Rabi, Cristian Rodrigo, TRANSELEC S.A. <cer@transelec.cl>
Aan: wxpython-users@lists.wxwindows.org <wxpython-users@lists.wxwindows.org>
Datum: vrijdag 6 april 2001 19:08
Onderwerp: RE: [wxPython] database + wxpython
This is a simple example of wxGrid that I use.
This has a fixed number of rows and cols and the SetData method uses a
list of lists as argument to update de values.#- <00>
-----------------------------------------------------------------------
# Archivo : TranfeGrid.py -- 0.1 -- 19/02/01from wxPython.wx import *
from wxPython.grid import *#--------------------------------------------------------------------------
-