I'm am using TeeChart ActiveX v5 in MS 2003 ASP.Net. When a user calls the webpage using the computer name (i.e. //w14700) all works fine. When a user calls the page using a DNS name (i.e. ops_support) the page no longer works. Part of the problem may be in the way I am attempting to make all the calls relative to the machine it is loaded on. However, I did try hard coding the address even using the DNS and it did not work. Here's a code snippet:
if right(webform1.document.url,1)="/" then
servername=webform1.document.url
else
servername= left(webform1.document.url,len(webform1.document.url)-13)
end if
TChart1.Import.LoadFromURL(servername + "WebForm2.aspx")
TChart2.Import.LoadFromURL(servername + "WebForm3.aspx")
Activex DNS chartload problems
Hi David,
is it a problem specific to TChart ? Can you load an image into a picture box using your DNS server names (for example)?
is it a problem specific to TChart ? Can you load an image into a picture box using your DNS server names (for example)?
Pep Jorge
http://support.steema.com
http://support.steema.com