I tried to solve this problem, but I was not successful.
I think, it is not possible to run report modally without request form when you need preview. If you will use statement R.USEREQUESTFORM(false), then you will suppress requestform, but report will automaticaly generate print output onto default printer.
You can only use statement R.SAVEASHTML(FileName) to generate HTML output instead of printed output.
Comments
Did anybody solve the problem? I have this too in Financials 2.6.
Thanks for any help
I think, it is not possible to run report modally without request form when you need preview. If you will use statement R.USEREQUESTFORM(false), then you will suppress requestform, but report will automaticaly generate print output onto default printer.
You can only use statement R.SAVEASHTML(FileName) to generate HTML output instead of printed output.