Implementata la traslazione anche per sottostringhe di campi (vedere

documentazione in \\scott\docs\agasta.doc


git-svn-id: svn://10.65.10.50/trunk@5442 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-10-24 13:51:47 +00:00
parent c97e9c8be0
commit 253cabdc82

View File

@ -1250,7 +1250,7 @@ bool TPrint_application::print_one (
if (tr->_fn == fn && tr->_lognum == ln)
{
// check value
if (tr->_from == f.get (fn))
if (tr->_from == f.get(fn).sub(from<0 ? 0 : from,to))
break;
}
}