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
Form window hidden behind browser window
Hello.
Thank you.
Please try to set the WMode="Opaque" or WMode="Transparent" for the WebViewerFx component.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.
Thank you.