When we open a Crystal Report from third party web application (NOT InfoView), the ActiveX Viewer window opens, but not in Full Screen. It is annoying to have to maximize the window every time to see a report.
We tried to modify the .asp code that we have (by adding ‘fullscreen=yes’, see below). We get the full screen now, however, the IE Browser buttons (Minimize, Restore, and Close buttons) are missing now. The only way to close the window is to kill the page in Task Manager.
window.open(url,’’,‘fullscreen=yes,resizable=yes,scrollbars=yes’);
How to get full screen with all browser buttons? Thanks!
vanessa (BOB member since 2009-01-20)