Added "Add record" dialog

This commit is contained in:
svk
2017-03-21 20:10:38 +03:00
parent f43e23ee6a
commit bf02a7f567
2 changed files with 83 additions and 11 deletions

2
dm.py
View File

@@ -186,7 +186,7 @@ def selectData(tbl):
return c.fetchall()
# получаем на вход имя таблицы и возвращаем список заголовков полей
def getTablesStructure(tbl):
def getTableStructure(tbl):
global tbl_descr_list
for item in tbl_descr_list:
if item[0] == tbl: