Jump to content
Software FX Community

CrosstabProvider ProgID


User (Legacy)

Recommended Posts

I'm trying to use the CrosstabProvider in an ASP script.  However, the only

documentation that I can find on the CrosstabProvider instantiates it with

the line:

Set CfxCrosstab As New CrosstabProvider

This is invalid syntax in ASP. I tried both of the following:

Set CfxCrosstab = Server.CreateObject("CrosstabProvider")

Set CfxCrosstab = Server.CreateObject("ChartFX.CrosstabProvider")

Both give me an error saying that it is an invalid ProgID. Does anyone know

the correct ProgID to instantiate the CrosstabProvider? TIA

Chris

Link to comment
Share on other sites

Found it.  For anyone else who is wondering, the ProgID is

"SfxCrosstab.DataProvider"

I went looking in the registry on the server and that is what I found and it

is working.

Chris

"Chris Taylor" <ctaylor@belltechlogix.com> wrote in message

news:M8HJrdMuBHA.2636@webserver1.softwarefx.com...

> I'm trying to use the CrosstabProvider in an ASP script. However, the

only

> documentation that I can find on the CrosstabProvider instantiates it with

> the line:

>

> Set CfxCrosstab As New CrosstabProvider

>

> This is invalid syntax in ASP. I tried both of the following:

>

> Set CfxCrosstab = Server.CreateObject("CrosstabProvider")

> Set CfxCrosstab = Server.CreateObject("ChartFX.CrosstabProvider")

>

> Both give me an error saying that it is an invalid ProgID. Does anyone

know

> the correct ProgID to instantiate the CrosstabProvider? TIA

>

> Chris

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...