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:
parent
c97e9c8be0
commit
253cabdc82
@ -1250,7 +1250,7 @@ bool TPrint_application::print_one (
|
|||||||
if (tr->_fn == fn && tr->_lognum == ln)
|
if (tr->_fn == fn && tr->_lognum == ln)
|
||||||
{
|
{
|
||||||
// check value
|
// check value
|
||||||
if (tr->_from == f.get (fn))
|
if (tr->_from == f.get(fn).sub(from<0 ? 0 : from,to))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user