From: <gre...@co...> - 2004-09-03 18:40:37
|
Hi, I'm looking at the dbrowser sample. On my computer this is the file: C:\Python23\Lib\site-packages\PythonCard\samples\dbBrowser\dbBrowser.py So this thing when running seems to know the number of columns in any table I connect to and then (creates?) that many text boxes to show the values of each column. Does anyone know how this would work? How are the text boxes created on the fly like that? I was unable to locate any documentation on this this and I can't see how it does it from the code. Thanks, Greg |