Ultreiore correzzione al messaggio edit

git-svn-id: svn://10.65.10.50/trunk@3234 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-07-24 12:51:48 +00:00
parent 7df2c645a2
commit fdb0274dfc

View File

@ -944,7 +944,11 @@ bool TRelation_application::filter()
if (field && f.in_key(key))
{
const TString16 field_name(field->name());
TString16 field_name(field->name());
const int from = field->from();
if (from >= 0)
field_name << "[" << (from + 1);
const TString * v = (const TString *) field_values.objptr(field_name);
if (v)