Показать сообщение отдельно
Старый 24.11.2005, 15:06   #1  
kvan is offline
kvan
Moderator
Аватар для kvan
Дети Юза
 
775 / 49 (3) +
Регистрация: 07.08.2002
Адрес: Donetsk
А двумя заходами не получиться?
Что то типа:

while select inventTrans
where inventTrans.InventLocationId // Invent location is not empty
#InventABCDim(inventTrans, location)
{
// Do something
}

и

while select inventTrans
where !inventTrans.InventLocationId // Invent location is empty
{
// Do something
}
__________________
С уважением, kvan.