Z
zscjc
Unregistered / Unconfirmed
GUEST, unregistred user!
TRY
nmftp1.connect ;
except
showmessage('连接服务器出错!');
end;
当FTP服务器没开的时候(或者账号/密码错误),程序执行到 nmftp1.connect 就弹出一个
错误提示,可是我想跳过那个提示而执行shommessage('....')阿,怎么办?
nmftp1.connect ;
except
showmessage('连接服务器出错!');
end;
当FTP服务器没开的时候(或者账号/密码错误),程序执行到 nmftp1.connect 就弹出一个
错误提示,可是我想跳过那个提示而执行shommessage('....')阿,怎么办?