How to define reports port when using web.show_document ?
I'm now using web.show_document("/reports/rwservlet/getjobid1?server=serverName"); to show my reports.
It's called in the RP2RRO library, my forms server port is *9001*, reports server port is *9002*.
but every time the URL opened is like http://192.168.0.10:9001/reports/rwservlet/getjobid2?server=serverName
Do I need to configure somewhere to change the reports port ?
What's the problem with this ?