Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Binding Complex data to Combobox
Post: RE: Binding Complex data to Combobox

GUI : tkinter Default Way .... import tkinter as tk from tkinter import ttk app = tk.Tk() app.geometry('200x100') labelTop = tk.Label(app, text = "Choose your favourite month"...
gcfernando General Coding Help 2 2,075 Sep-14-2020, 03:24 PM
    Thread: Binding Complex data to Combobox
Post: Binding Complex data to Combobox

Hi All, In Customer table have two columns "ID" and "Name" I want to bind the Customer information to Combobox, as Values I set Name property. My question is once I change the index of Combobox, ho...
gcfernando General Coding Help 2 2,075 Sep-14-2020, 11:16 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020