Показать сообщение отдельно
Старый 24.03.2005, 12:30   #18  
sassas
Гость
 
n/a
ttsbegin;
while select forupdate salestable
{
if (box::yesNo("dd", DialogButton::No) == DialogButton::No)
{
throw error("www");
}
}

ttscommit;