WebviewerFx not working on Firefox 8

Stimulsoft Reports.WEB discussion
Post Reply
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

WebviewerFx not working on Firefox 8

Post by abi »

hi...

i try WebviewerFx. working good on IE 9/Chrome 16 but not cannot show on FireFox.
what i should do?
on webForm

Code: Select all


code behind

Code: Select all

StiReport _report = new StiReport();
_strpath = Server.MapPath("~/Rpt/Test.mrt");
_report.Load(_strpath);

_report.Dictionary.DataSources.Clear();
_report.Dictionary.Databases.Clear();
_report.Dictionary.DataStore.Clear();

_report.RegData(_dsLaporan);
_report.Dictionary.Synchronize();
_report.Compile();
WebVwrFx.View(_report);

below sample preview
Attachments
1520.ff.png
1520.ff.png (6.25 KiB) Viewed 2695 times
1519.ie.png
1519.ie.png (6.86 KiB) Viewed 2696 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

WebviewerFx not working on Firefox 8

Post by Alex K. »

Hello,

Please try to disable the static compression or caching on ISS server.

Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

WebviewerFx not working on Firefox 8

Post by abi »

it's not work for me..
any suggest?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

WebviewerFx not working on Firefox 8

Post by Vladimir »

Hello,

Please specify how many pages are in your report?
Also, please try to set the following property:



Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

WebviewerFx not working on Firefox 8

Post by abi »

sorry its too late

just 1 page... not working properly.. any suggest?

thank
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

WebviewerFx not working on Firefox 8

Post by Vladimir »

Hello,

Please test our demo web application:

http://webfx.stimulsoft.com/

Does it work correctly in your browser?

Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

WebviewerFx not working on Firefox 8

Post by abi »

sorry to late again.. :pflaster:

it's work...

what next?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

WebviewerFx not working on Firefox 8

Post by Vladimir »

Hello,

We have prepared a sample application using WebViewerFx, we tested it under Firefox - everything is working correctly. Please check this application on your webserver.

Thank you.
Attachments
1625.Sample.zip
(3.79 MiB) Downloaded 303 times
Post Reply