Тема: Dict and Dimension
Показать сообщение отдельно
Старый 11.10.2007, 15:05   #4  
Arahnid is offline
Arahnid
Участник
 
880 / 60 (4) ++++
Регистрация: 09.08.2005
Адрес: Moscow
не вышло

X++:
ttsbegin;
                while select forupdate  common
                where (common.(dictField.id()+2) == dim[2])
                {
                  /*  _dim = common.(dictField.id());
                    if (_dim[2] == dim [2])*/
                    info(_dim[2]  );
                }
                ttscommit;