LoadfromURL
Posted: Thu Dec 11, 2003 4:52 pm
I am trying to load a .tee file from a URL, if I put the URL in a string like this:
TChart1.Import.LoadFromURL("http://www.steema.com/demo.tee")
It works fine but if I put in variable like this:
TChart1.Import.LoadFromURL("http://www.steema.com/" & TeeFileName & ".tee")
It wont load. Cant I load a tee file this?
Geff
TChart1.Import.LoadFromURL("http://www.steema.com/demo.tee")
It works fine but if I put in variable like this:
TChart1.Import.LoadFromURL("http://www.steema.com/" & TeeFileName & ".tee")
It wont load. Cant I load a tee file this?
Geff