User (Legacy) Posted March 27, 2002 Report Share Posted March 27, 2002 I'm modified my asp code to work in .net, but the chart is rendering on the client(in the temp files) as a jpg. When I used asp it was a client side object(ActiveX?) . Any idea of what I could have forgotten? thanks, bill p.s. and don't recomment I use CFX for .Net--it sucks right now. Link to comment Share on other sites More sharing options...
Software FX Posted March 28, 2002 Report Share Posted March 28, 2002 We will investigate this issue, in the meantime, if you know your clients will use IE you can force ActiveX generation by setting the third parameter of the GetHtmlTag call to "ActiveX" -- Regards JC Software FX Support "Bill Lanza" <blanza@remotesolutionsinc.com> wrote in message news:eCSPu0d1BHA.1772@webserver1.softwarefx.com... > I'm modified my asp code to work in .net, but the chart is rendering on the > client(in the temp files) as a jpg. When I used asp it was a client side > object(ActiveX?) . Any idea of what I could have forgotten? > > thanks, > bill > > p.s. > and don't recomment I use CFX for .Net--it sucks right now. > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 1, 2002 Author Report Share Posted April 1, 2002 Adding the "ActiveX" param worked. Thanks. But I did some more reading and I realized I'm using IE6.0. The SfxCgi.ini does not contain a [iE 6.0] parent key. I added the following to SfxCgi.ini : [iE 6.0] object=ActiveX Image=Png and the following to SfxCgiWC.ini: ; EXPLORER 6.X R48=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows 9?*!Parent=IE 6.0 R47=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows NT*!Parent=IE 6.0 R46=Mozilla/4.0 (compatible; MSIE 6.*; ^Win32*!Parent=IE 6.0 R45=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows 3.1*!Parent=IE 6.0,Object=Plugin R44=Mozilla/4.0 (compatible; MSIE 6.*;*!Parent=IE Non-Windows It still didn't work, but am I on the right track? "Software FX Support" <support@softwarefx.com> wrote in message news:h$f$GFr1BHA.3340@webserver1.softwarefx.com... > We will investigate this issue, in the meantime, if you know your clients > will use IE you can force ActiveX generation by setting the third parameter > of the GetHtmlTag call to "ActiveX" > > -- > Regards > > JC > Software FX Support > > "Bill Lanza" <blanza@remotesolutionsinc.com> wrote in message > news:eCSPu0d1BHA.1772@webserver1.softwarefx.com... > > I'm modified my asp code to work in .net, but the chart is rendering on > the > > client(in the temp files) as a jpg. When I used asp it was a client side > > object(ActiveX?) . Any idea of what I could have forgotten? > > > > thanks, > > bill > > > > p.s. > > and don't recomment I use CFX for .Net--it sucks right now. > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted April 1, 2002 Report Share Posted April 1, 2002 Yes. You are on the right track. Please search for MSIE 6. in SfxCgi.ini, when we process SfxCgiWC.ini and a browser is not found we create an entry in SfxCgi.ini to make future requests faster. If you find an entry with object=None for IE6 please remove it, the next IE6 request will require the wildcards INI to be reprocessed. You could also download the most recent browser detection files that should fix this situation. -- Regards JC Software FX Support "Bill Lanza" <blanza@remotesolutionsinc.com> wrote in message news:1snI2bZ2BHA.3004@webserver1.softwarefx.com... > Adding the "ActiveX" param worked. Thanks. > But I did some more reading and I realized I'm using IE6.0. The SfxCgi.ini > does not contain a [iE 6.0] parent key. > > I added the following to SfxCgi.ini : > > [iE 6.0] > object=ActiveX > Image=Png > > and the following to SfxCgiWC.ini: > > ; EXPLORER 6.X > R48=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows 9?*!Parent=IE 6.0 > R47=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows NT*!Parent=IE 6.0 > R46=Mozilla/4.0 (compatible; MSIE 6.*; ^Win32*!Parent=IE 6.0 > R45=Mozilla/4.0 (compatible; MSIE 6.*; ^Windows 3.1*!Parent=IE > 6.0,Object=Plugin > R44=Mozilla/4.0 (compatible; MSIE 6.*;*!Parent=IE Non-Windows > > It still didn't work, but am I on the right track? > > > > "Software FX Support" <support@softwarefx.com> wrote in message > news:h$f$GFr1BHA.3340@webserver1.softwarefx.com... > > We will investigate this issue, in the meantime, if you know your clients > > will use IE you can force ActiveX generation by setting the third > parameter > > of the GetHtmlTag call to "ActiveX" > > > > -- > > Regards > > > > JC > > Software FX Support > > > > "Bill Lanza" <blanza@remotesolutionsinc.com> wrote in message > > news:eCSPu0d1BHA.1772@webserver1.softwarefx.com... > > > I'm modified my asp code to work in .net, but the chart is rendering on > > the > > > client(in the temp files) as a jpg. When I used asp it was a client side > > > object(ActiveX?) . Any idea of what I could have forgotten? > > > > > > thanks, > > > bill > > > > > > p.s. > > > and don't recomment I use CFX for .Net--it sucks right now. > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.