add copy insert format

add copy insert format
replace path for autosave query
This commit is contained in:
levinsv 2019-05-14 23:08:43 +05:00
parent 61c23d272f
commit 9050d8fee0
7 changed files with 45 additions and 20 deletions

View file

@ -30,7 +30,7 @@ public:
{
return false;
}
int Copy();
int Copy(bool gensql);
virtual bool CheckRowPresent(int row)
{
@ -46,7 +46,7 @@ public:
wxString GetRowLabelValue( int row );
void SetRowGroup(int row);
GroupRows *grp;
bool generatesql;
WX_DECLARE_STRING_HASH_MAP( int, ColKeySizeHashMap );
DECLARE_DYNAMIC_CLASS(ctlSQLGrid)