Jump to content
Software FX Community

ChartFX.WebServer - Can't set Using .ImgMap or CHART_MAP_EMBEDDED


User (Legacy)

Recommended Posts

I'm using ChartFX IE 5.5 and trying to generate an image map.

This article shows how to do it

http://support.softwarefx.com/kb/143/3/032.htm,

but it errors out as follows below:

-----------------------------------

set Chart1 = Server.CreateObject("ChartFX.WebServer")

with Chart1

...

.URLOptions = CHART_URL_JUMP OR CHART_URL_GLOBAL or CHART_URL_PARAM

.URLParamMask = "TestKey=RegBD&SchoolName=%l"

.ImgMap = .ImgMap or CHART_MAP_EMBEDDED

-----------------------------------

Error Type:

Microsoft VBScript runtime (0x800A01B6)

Object doesn't support this property or method: 'ImgMap'

/oeausg2002/Include/ChartServices.asp, line 333

Thanks -

Jim

just_jt@nospamthankshotmail.com

Link to comment
Share on other sites

Hello,

The article you are referring to is using our GetHTMLDataEx method. More

than likely you do not want to use this feature since it only useful under

very specialized circumstances. Please take a look at these samples on our

support web site. If this does not help you then please send us a small but

complete sample that demonstrates the problem.

http://support.softwarefx.com/Samples/CfxIE/Internet/ImageMapJump.asp

http://support.softwarefx.com/Samples/CfxIE/Internet/ImageMapTitle.asp

Justin Trask

Tech. Support

561-392-2023

"Jim" <just_jt@hotmail.com> wrote in message

news:Ev81azvPCHA.2896@webserver1.softwarefx.com...

> I'm using ChartFX IE 5.5 and trying to generate an image map.

>

> This article shows how to do it

> http://support.softwarefx.com/kb/143/3/032.htm,

> but it errors out as follows below:

>

> -----------------------------------

> set Chart1 = Server.CreateObject("ChartFX.WebServer")

> with Chart1

> ...

> .URLOptions = CHART_URL_JUMP OR CHART_URL_GLOBAL or CHART_URL_PARAM

> .URLParamMask = "TestKey=RegBD&SchoolName=%l"

> .ImgMap = .ImgMap or CHART_MAP_EMBEDDED

> -----------------------------------

>

>

> Error Type:

> Microsoft VBScript runtime (0x800A01B6)

> Object doesn't support this property or method: 'ImgMap'

> /oeausg2002/Include/ChartServices.asp, line 333

>

> Thanks -

>

> Jim

> just_jt@nospamthankshotmail.com

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...