Form window hidden behind browser window

Stimulsoft Reports.WEB discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Form window hidden behind browser window

Post by fuhrj »

I have a report that displays a Form for the user to set report parameters.

When the WebFx webviewer is loaded, the Form appears behind the web browser.

How do I make sure the Form is always displayed on top?

Also, another problem is that the Form will be displayed twice. On the form, I have a button that executes ChartData.Connect(). When the button is clicked it closes the Form, but then reopens.

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Form window hidden behind browser window

Post by HighAley »

Hello.
fuhrj wrote:I have a report that displays a Form for the user to set report parameters.

When the WebFx webviewer is loaded, the Form appears behind the web browser.

How do I make sure the Form is always displayed on top?

Also, another problem is that the Form will be displayed twice. On the form, I have a button that executes ChartData.Connect(). When the button is clicked it closes the Form, but then reopens.
Please try to set the WMode="Opaque" or WMode="Transparent" for the WebViewerFx component.

Thank you.
Post Reply