Help for this page

Select Code to Download


  1. or download this
    entry = row['pkey']
    list.add(entry,itemtype=TEXT,text=row['name']
    list.item_create(entry,1,text=row['gender']
    list.item_create(entry,2,text=row['age']
    
  2. or download this
    sel = list.nearest(event.y_root)
    list.selection_set(sel)
    # query db for info using the key sel