User (Legacy) Posted February 18, 2002 Report Posted February 18, 2002 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
User (Legacy) Posted February 19, 2002 Author Report Posted February 19, 2002 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 > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.