А так просмотрите код:
// this method should not be called before the actually lookup column has been added
void addLookupMethod(str _method)
{
;
this.addLookupControl(0, false, _method);
}
void addLookupfield(fieldId _fieldId, boolean _returnItem = false, str _method = '')
{
this.addLookupControl(_fieldId, _returnItem, _method);
}
ДИСПЛЕЙ МЕТОДЫ НЕ ВОЗВРАЩАЮТ ЗНАЧЕНИЕ В ПОЛЕ ЛУКАПА...
|