tkinter: widget to display set returned from database table

Rich Shepard rshepard at appl-ecosys.com
Wed Jun 19 18:50:56 EDT 2019


In a database application I want to design a view for the table rows
returned from a select statement. Tkinter has a listbox widget and web
searches suggest that multicolumn listboxes are best based on ttk.Treeview
widgets, but my understanding of a treeview is to display a hierarchical set
rather than a simple list.

Each table has multiple columns and I want to create a view for each table
that will allow the user to select a row. The SQL select statement will be
formed from criteria provided in a separate dialog box.

Advice needed,

Rich




More information about the Python-list mailing list