"HTTP: 1024 - invalid scheme separator, SetUrl - "http: "" will occur if you do not have a valid url specified in the WebPageUrl etc function. For example the following is an invalid url as there is no // specified after the http: scheme. http:www.borland.com Whereas the following is valid: http://www.borland.com It is important to ensure that if you are building urls using variable and string concatenation that you print or write out the url to ensure it is correct.
↧