Page 1 of 1

WebviewerFx not working on Firefox 8

Posted: Wed Dec 21, 2011 10:47 pm
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

WebviewerFx not working on Firefox 8

Posted: Fri Dec 23, 2011 3:05 am
by Alex K.
Hello,

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

Thank you.

WebviewerFx not working on Firefox 8

Posted: Wed Dec 28, 2011 12:48 pm
by abi
it's not work for me..
any suggest?

WebviewerFx not working on Firefox 8

Posted: Thu Dec 29, 2011 5:07 am
by Vladimir
Hello,

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



Thank you.

WebviewerFx not working on Firefox 8

Posted: Wed Jan 18, 2012 8:16 am
by abi
sorry its too late

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

thank

WebviewerFx not working on Firefox 8

Posted: Thu Jan 19, 2012 2:03 am
by Vladimir
Hello,

Please test our demo web application:

http://webfx.stimulsoft.com/

Does it work correctly in your browser?

Thank you.

WebviewerFx not working on Firefox 8

Posted: Fri Feb 03, 2012 2:41 pm
by abi
sorry to late again.. :pflaster:

it's work...

what next?

WebviewerFx not working on Firefox 8

Posted: Mon Feb 06, 2012 3:30 am
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.