I am using Itraweb9.0.42 with Delphi2007 Enterprise under Windows XP Pro.
I need to display PDf's in my Intraweb App using :-
WebApplication.NewWindow(GServerController.FilesURL + LFilename);
However I do not get the file displayed, instead I get the following error
message:-
EIdsocketerror with message 'Socket error #10054' Connection reset by peer.
If I set LFilename to a non existent name then error 404 file not found is
returned, therefore the path correct path must be being used.
The intraweb9.0 Features\demos\win32\pdfdemoform.pas returns exactly the
result except for the error message.
Note:- A new window is briefly flashed on the screen in both apps.
David E.