Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jun : Messageboxes from Indy
| Subject: | Messageboxes from Indy |
| Posted by: | "Bert" (bendl..@dictanet.com) |
| Date: | Fri, 8 Jun 2007 09:15:30 |
Hi out there.
In my FTP application sometimes I get messageboxes with messages like 'PASV
command failed'.
My app use this command and it seems that sometimes the server cant handle
it.
But this is not a problem for me. I handle all possible exceptions and the
app runs forward.
But I NEVER show a messagebox.
This apparently comes from Indy.(asynchronous, the app runs forward)
My App is an unvisible programm that works in the background and logs the
actions by writing messages in a file.
So I dont wonna have a dialogbox that the user have to confirm.
This ist unlovely and unnecessary.
What happens there?
What I have to do to prevent this?
Thanks in advanced
Bert
- Indy 10.1.6 / Delphi 7 /WinXP