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

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

Reply via email to