Page 1 of 1

View Window Button Control

Posted: Tue Feb 26, 2013 3:04 am
by MixedSalad
Just started using your nice product, which really saves time and effort and still evaluate. I have lots of questions which I will take it one by one to let a chance for others to benefit.

1)How to control a view screen buttons like disable "Open" or "Print" if my user isn't entitle to print?
2)How to display my report window within my HTML screen in some div? -Always gives some errors-
3)How to call a static report view as a function like function(report_name) instated of passing variables from page to other?

That what is come to my mind, will explore more and report. That rich our FAQ Library.

Thank you in advance.

Mixed

Re: View Window Button Control

Posted: Wed Feb 27, 2013 11:58 am
by HighAley
Hello.
MixedSalad wrote:1)How to control a view screen buttons like disable "Open" or "Print" if my user isn't entitle to print?
You need to set ShowOpenButton and ShowPrintButton options n the config.xml file.
MixedSalad wrote:2)How to display my report window within my HTML screen in some div? -Always gives some errors-
Unfortunately, there is no any solution of this problem now. Alternatively, you can use the iframe.
MixedSalad wrote:3)How to call a static report view as a function like function(report_name) instated of passing variables from page to other?
It's impossible to do so. Because primarily the Flash viewer is loaded and then it request report from server.

Thank you.