Report opens back to the main screen
-
I am using asp.net 2005 and crystal report 10.2 version , my problem is when the report opens it is opened behind the main screen . In my java script i am using window.open() only still it opened back to the main screen . Can any one help me.
-
I am using asp.net 2005 and crystal report 10.2 version , my problem is when the report opens it is opened behind the main screen . In my java script i am using window.open() only still it opened back to the main screen . Can any one help me.
Can you please put the line of code that you have used for opening reports ? Thanks in advance !!
cheers, Abhijit
-
Can you please put the line of code that you have used for opening reports ? Thanks in advance !!
cheers, Abhijit
thank u for the reply This is the code i hv used to open the report window.open(urlstring,'ReportSearch','height=480,width=640,titlebar=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no'); i hv called it in the button click
-
thank u for the reply This is the code i hv used to open the report window.open(urlstring,'ReportSearch','height=480,width=640,titlebar=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no'); i hv called it in the button click
Just try this,
var CrysWind=window.open(---what ever you have written---) CrysWind.focus()
cheers, Abhijit
-
Just try this,
var CrysWind=window.open(---what ever you have written---) CrysWind.focus()
cheers, Abhijit
already i hv tried this but it didnt works for me .
-
already i hv tried this but it didnt works for me .
is it working fine when you use default popup means, with tool bar, menu bar.
cheers, Abhijit
-
is it working fine when you use default popup means, with tool bar, menu bar.
cheers, Abhijit
No it didnt work . Is there any other solution for this problem