We are using JAVA SDK and already we are hiding the ToolBar by setting
viewer.setDisplayToolbar(false);
viewer.setToolPanelViewType(crToolPanelViewTypeEnum.none);
The documentation says if
viewer.setOwnPage(false); then the <HTML></HTML> will not be generated by the
viewer.processHttpRequest(....)
But if I output the data generated by this method it does not have the report output....
We are expecting that and process further using javascript
What is the difference in behaviour of 2008 and 2011 Crystal Viewer?
Previous flow explained below
Ex
<html>
<head>.......
<javascript...............>
</head>
<body onload=callCustom()>
viewer.processHttpRequest(......)
</body>
</html>