Patch level : 10.0

Files correlati     : fe0.exe
Ricompilazione Demo : [ ]
Commento            :
Cambiato codice contratto standard per +Contratto


git-svn-id: svn://10.65.10.50/branches/R_10_00@22563 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2012-01-26 15:04:39 +00:00
parent 686620a0bb
commit b939b3ea25

View File

@ -1559,9 +1559,9 @@ bool TDati_rilevanti_msk::on_field_event(TOperable_field& o, TField_event e, lon
m.set(F_TIPOCF, tipocf1 == 'F' ? "F" : "C");
m.set(F_CODCF, codcf1);
m.set(F_RAGSOC, s.cell(sel, A_RAGSOC));
TString16 k; k << "CONTRATTO_" << get(F_ANNO);
TString80 k; k << codcf1;
m.set(A_CONTRATTO, k);
k.cut(0) << "Contratto " << get(F_ANNO);
k.cut(0) << "Contratto " << codcf1 << " anno " << get(F_ANNO);
m.set(F_RAGOCC, k);
if (m.run() == K_ENTER)
{