Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@18364 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ac14462895
commit
57237d9de9
@ -513,14 +513,14 @@ void TContratti_app::save_rows(const TMask& m)
|
|||||||
magcli.put(CLIFOGIAC_DOTTM,row->get(coldottmp));
|
magcli.put(CLIFOGIAC_DOTTM,row->get(coldottmp));
|
||||||
magcli.rewrite_write();
|
magcli.rewrite_write();
|
||||||
}
|
}
|
||||||
} //FOR_EACH_...
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TContratti_app::init_query_mode(TMask& m)
|
void TContratti_app::init_query_mode(TMask& m)
|
||||||
{
|
{
|
||||||
m.field(F_RAGSOC).enable(m.field(F_CODCF).enabled());
|
m.field(F_RAGSOC).enable(m.field(F_CODCF).enabled());
|
||||||
|
m.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TContratti_app::init_modify_mode(TMask& m)
|
void TContratti_app::init_modify_mode(TMask& m)
|
||||||
|
@ -33,7 +33,7 @@ bool TAcquisizione_msk::on_field_event(TOperable_field& f,TField_event e,long jo
|
|||||||
TArray_sheet as(-1, -1, 72, 20, TR("Selezione file"),
|
TArray_sheet as(-1, -1, 72, 20, TR("Selezione file"),
|
||||||
HR("File@32"));
|
HR("File@32"));
|
||||||
TFilename path = get(F_PATH);
|
TFilename path = get(F_PATH);
|
||||||
path.add("*.csv"); //files delle testate
|
path.add("*.dat"); //files delle testate
|
||||||
list_files(path, as.rows_array());
|
list_files(path, as.rows_array());
|
||||||
TFilename name;
|
TFilename name;
|
||||||
FOR_EACH_ARRAY_ROW(as.rows_array(), i, row)
|
FOR_EACH_ARRAY_ROW(as.rows_array(), i, row)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user