Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Insert csv data rows into a tree widget
Post: RE: Insert csv data rows into a tree widget

thank you for your help, its close to what I'm looking for except that I will be inserting the data into a tree widget that has three columns. So in my case if I searched for 1-1841111-2 I would be ai...
LMP2016 General Coding Help 6 10,277 Nov-10-2017, 03:06 AM
    Thread: Insert csv data rows into a tree widget
Post: RE: Insert csv data rows into a tree widget

Apologises, full code follow import tkinter import tkinter.font from tkinter import ttk import csv from csv import DictReader import sys import os import subprocess tree_columns = ("Drawing", "Issue"...
LMP2016 General Coding Help 6 10,277 Nov-09-2017, 10:38 PM
    Thread: Insert csv data rows into a tree widget
Post: Insert csv data rows into a tree widget

I'm a beginner so dont beat me up too much :) .I have a program where a user enters a product number into a field and clicks a search button, the program then opens a csv file (see below), looks for...
LMP2016 General Coding Help 6 10,277 Nov-09-2017, 08:55 PM

User Panel Messages

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