Показать сообщение отдельно
Старый 06.11.2004, 11:36   #5  
DreamCreator is offline
DreamCreator
Moderator
Аватар для DreamCreator
Axapta Retail User
 
553 / 45 (3) +++
Регистрация: 04.11.2004
Адрес: Казань
Метод целиком:

PHP код:
public boolean modified()
{
    
boolean ret;

    
ret super();

    
InventJournalTable_ds.reread();

    
drcWmsLocation ctrlWMSLocationId_DRC.getLine(0);  //  drcWmsLocation -- строка 
    // Инициализации не произошло

    
ctrlWMSLocationIdStat_DRC.text(ctrlWMSLocationId_DRC.getLine(0));

    return 
ret;
}

Не сработал

Write -- забыл конечноо!!! Пробую!