Показать сообщение отдельно
Старый 30.11.2016, 14:36   #11  
Aquarius is offline
Aquarius
Участник
 
139 / 29 (1) +++
Регистрация: 08.02.2007
Адрес: Одесса
Спасибо, за последний совет. именно так получилось.custTablelistPage успешно обновляется
public void close()
{
FormDataSource callerDataSource;
int positon;

;

If (element.args() &&
element.args().record())
{
callerDataSource = element.args().record().dataSource();

if (callerDataSource)
{
position =callerDataSource.getPosition();
callerDataSource.research();
callerDataSource.refresh();
callerDataSource.setPosition(position);

}
}

super();
}