Patch level : 2.0 518

Files correlati     : in0.exe
Ricompilazione Demo : [ ]
Commento            :

EP20098
Richiamo un riepilogo e aprendo la ricerca sul cli/for cerco di collegarmi
ad una anagrafica esistente. Non funziona perché apre la finestra delle
angrafiche ma ritorna subito sul riepilogo.


git-svn-id: svn://10.65.10.50/trunk@11307 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-07-02 13:22:22 +00:00
parent 31640e4bbc
commit 163641ff3d

View File

@ -168,8 +168,7 @@ bool TImmissione_mask::on_field_event(TOperable_field& o, TField_event e, long j
cambio.reset();
else
{
const TRectype& curr = cache().get("%VAL", o.get());
const TString& s = curr.get("S4");
const TString& s = cache().get("%VAL", o.get(), "S4");
cambio.set(s);
}
TSheet_field& s = sfield(F_RIGHE);