Ultima modifica (spero) al messaggio edit

git-svn-id: svn://10.65.10.50/trunk@3237 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-07-24 15:23:57 +00:00
parent ef12e22adc
commit f19bcc7672

View File

@ -946,8 +946,9 @@ bool TRelation_application::filter()
{
TString16 field_name(field->name());
const int from = field->from();
const int to = field->to();
if (from >= 0)
if (to >= 0)
field_name << "[" << (from + 1);
const TString * v = (const TString *) field_values.objptr(field_name);