WebUpdate - Connetion Error

Hi,


I want to find out the connection error status, while the app trying to connect. How can i do that?


Thanks.

Just set TWebUpdate.Logging = true and then run again the application. A log file called "WUPDATE.LOG " will be created in my documents folder with all the connections details and errors.

 
Alberto

I think i couldn't explain the situation clearly. I wanna know when the connection error happens (whether network problem or my update server down) and say to the user like this: "There is a connection problem. Please try again later".


Thanks.