Показать сообщение отдельно
Старый 10.09.2008, 15:00   #14  
CRASH_505 is offline
CRASH_505
Участник
Аватар для CRASH_505
 
74 / 10 (1) +
Регистрация: 09.09.2008
Цитата:
Сообщение от lev Посмотреть сообщение
у вас переменная cntItems каким типом объявлена? должна быть как int:
X++:
int   cntItems;
Да я ее так и обьявил
int cntItems;
вот так начало выглядит

{
ProdJournalTable ProdJournalTable;
ProdJournalRoute ProdJournalRoute;
ProdJournalRoute ProdJournalRoute_1;
ProdJournalRoute ProdJOurnalRoute_2;
TmpProdJournalRouteOutTime tmpTable;
ProdTable ProdTable;
int nDay;
SysOperationProgress sop;
int cntItems;

;
delete_from tmpTable;

cntItems = (select count(RecId) from tmpProdJournalRouteOutTime).RecId;



sop = SysOperationProgress::newGeneral('','',cntItems);

while select createddate,journalid,posted