Показать сообщение отдельно
Старый 19.05.2006, 11:56   #7
Guest
 
Сообщений: n/a
begin

if sms.send('sms://:10625', sms_zakaz)=0 then Halt
// wait until the message is sent
while is_sending = 1 do
Delay(100);

// check if the message was sent successfully
if Successfull = 0 then Halt;
sms_zakaz := '';
end;

так тоже не пашет
 
Ответить с цитированием