Page 1 of 1

Form window hidden behind browser window

Posted: Mon Mar 12, 2012 9:29 am
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.


Form window hidden behind browser window

Posted: Wed Mar 14, 2012 4:34 am
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.