def update_command(): current = tree.focus() aba = tree.item(current, 'text') back.update(aba, school_text.get(), date_text.get(), Month_text.get(), year_text.get(), day_text.get(), session_text.get(), Present_text.get(), Total_text.get()) tree.delete(*tree.get_children()) for row in back.view(): tree.insert('', END, text=row[0], values=(row[1], row[2], row[3], row[4], row[5], row[6], row[7], row[8]))
def update_command(): back.update(selected_tuple[0], name_text.get(), address_text.get(), phone_number_text.get(), roomtype_text.get(), noof_text.get(), amount_text.get())
def update_command(): back.update(selected_tuple[0], title_text.get(), author_text.get(), year_text.get(), isbn_text.get())
def update_command(): back.update(selected_tuple[0], name_text.get(), address_text.get(), phone_number.get(), room_type.get(), stay_duration.get(), amount_text.get()) view_command()
def update_command(): back.update(selected_tuple[0], name_text.get(), department_text.get(), year_text.get(), sid_text.get()))
def update_comm(): back.update(selected_tuple[0],e1_v.get(),e2_v.get(),e3_v.get(),e4_v.get())
def update_command(): #print(selected_tuple[0],site_adi.get(),site_adres.get(),site_sifre.get()) back.update(selected_tuple[0], site_adi.get(), site_adres.get(), site_sifre.get()) view_command()