Jump to content
Software FX Community

Downloading chart control


User (Legacy)

Recommended Posts

The SfxCgi.ini contains several entries that control which browsers support

the active x control. It seems that not only is an entry required for each

browser version, but also for each operating system, including service pack.

I have the following entry which I thought would cover all Windows 2000

users with IE 6:

[Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)]

Parent=IE 6.0

However, I found that my users that have applied the Windows 2000 SP2

downloaded only a gif version of the graph until I included the following

entry, which is service pack specific:

[Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)]

Parent=IE 6.0

Is there some generic entry I can use so that I don't have to keep adding

entries every time a user applies a service pack to IE or their operating

system?

Thanks in advance.

Link to comment
Share on other sites

SfxCgiWC.ini is processed when an entry is not found in SfxCgi.ini, this

file contains wildcards so you don't have to edit it every time a SP is

applied.

--

Regards

JC

Software FX Support

"Tom Grube" <tgrube@relware.com> wrote in message

news:IkQYn#H7BHA.1268@webserver1.softwarefx.com...

> The SfxCgi.ini contains several entries that control which browsers

support

> the active x control. It seems that not only is an entry required for

each

> browser version, but also for each operating system, including service

pack.

>

> I have the following entry which I thought would cover all Windows 2000

> users with IE 6:

>

> [Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)]

> Parent=IE 6.0

>

> However, I found that my users that have applied the Windows 2000 SP2

> downloaded only a gif version of the graph until I included the following

> entry, which is service pack specific:

>

> [Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)]

> Parent=IE 6.0

>

> Is there some generic entry I can use so that I don't have to keep adding

> entries every time a user applies a service pack to IE or their operating

> system?

>

> Thanks in advance.

>

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...