Показать сообщение отдельно
Старый 17.01.2012, 17:11   #10  
ideveloper is offline
ideveloper
Участник
 
34 / 11 (1) +
Регистрация: 11.05.2011
здесь тоже переписана функция lookup . И здесь тоже, как только ставим AllowEdit = No, кнопка исчезает.

X++:
public void lookup(FormControl _formControl, str _filterStr)
{;
    // Create a new call to business relation using the number specified in the phone control
    smmInit::createCall(_filterStr, smmBusRelTable::find(smmBusRelTable.BusRelAccount), element);
}