Patch level :
Files correlati : cg0 Ricompilazione Demo : [ ] Commento : Corretto salvataggio banche di appoggio git-svn-id: svn://10.65.10.50/branches/R_10_00@22432 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
195956147e
commit
63c9082a5f
@ -1259,6 +1259,8 @@ void TClifo_application::common_f(const TMask& m)
|
||||
key.add("V");
|
||||
|
||||
TRecord_array ns_ban(key, LF_CFBAN);
|
||||
ns_ban.destroy_rows();
|
||||
|
||||
TRectype& clifo = get_relation()->curr(LF_CLIFO);
|
||||
TSheet_field & ns_sh = m.sfield(F_BANA);
|
||||
const int nsrow = ns_sh.items();
|
||||
@ -1296,6 +1298,8 @@ void TClifo_application::common_f(const TMask& m)
|
||||
key.add("N");
|
||||
|
||||
TRecord_array vs_ban(key, LF_CFBAN);
|
||||
vs_ban.destroy_rows();
|
||||
|
||||
TSheet_field & vs_sh = m.sfield(F_BANP);
|
||||
const int vsrow = vs_sh.items();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user