Python Forum
Help Using combobox in a select statement variable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Using combobox in a select statement variable
#1
I'm creating a small App that will list values from a mysql database to a combobox. The user will select one of those values then click a button. This button will need to get the value selected from the combobox. It will then perform another select statement using the value in the combobox as a variable in the select statement and then execute a windows shell command.

I've got a sql select statement listing values in a tkinter combobox.

I'm having trouble with the combobox. Do I bind or get the value?
Reply


Messages In This Thread
Help Using combobox in a select statement variable - by cibb - Jun-09-2020, 02:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] How can I sync Combobox index to other combobox index? nickzsche 2 2,417 Jan-03-2022, 12:29 PM
Last Post: Axel_Erfurt

Forum Jump:

User Panel Messages

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