From: "Philippe Damerval" Newsgroups: borland.public.delphi.objectpascal References: <3b160330_2@dnews> Subject: Re: I/O error 103 URGENT Date: Thu, 31 May 2001 11:42:55 +0100 Lines: 49 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: 194.153.22.159 Message-ID: <3b162037$1_1@dnews> X-Trace: dnews 991305783 194.153.22.159 (31 May 2001 03:43:03 -0700) Path: dnews Xref: dnews borland.public.delphi.objectpascal:190554 Hi mate, I/O 103, as the Delphi online help indicates, is a "file not open" error. Basically, somewhere in your code, you are trying to write to or read from a file that has not been open. Without seeing your code I can't say how how it could be that this would work at home and not at work - perhaps a socket error or something. Depends on how you access the internet at home vs at work. But it's certain to be a write or read from a file that hasn't been opened. If there's nothing obvious, look for an open command that could fail and see what the results would be if it did fail. If the open command was in a try..finally control structure for instance, the open could fail without you being aware of it. At any rate it has nothing to do with the internet, except as I said perhaps in the specific way you are connected, at work or at home. Just for information's sake, if you go to Delphi help and select "Find" and type your error message number, you get a list of help topics within the help file that talk about this particular error message. Hope this helps. -- Philippe Damerval Development Manager JONIQ (UK) Ltd "Jops van 't Hof" wrote in message news:3b160330_2@dnews... > I developed an application that generates HTML-files and uploads them. The > program works just fine at home, but once I install it at work, it gives me > a "I/O 103 error" during the creation of the local files. It did not make an > internetconnection yet! Could anyone PLEASE help me out here!! I don't think > anyone will know what went wrong (since you don't have the source code) but > what causes a I/O 103 error? Or can anyone point me a good website about > it... > > Cheers > > -- > Jops van 't Hof > United Kingdom > Work +44-1473-649280 > Cellular +44-7812-727048 > >