moonknightt
Programmer
Is there any way to disable the control keys in crystal reports or crystal enterprise? for example ctrl N which enables another browser to come up?
Thanks alot
Thanks alot
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
windowprops = "fullscreen=no,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
newloc = "report_viewer.asp?ReportId=" + rn + "&Pnames=" + str + "&Pvals=" + arr1in + "&NumParens=" + numparams
}
reportWindow=window.open(newloc,"rptWindow",windowprops);
self.close()