How to start Banded Report Writer (OpenInsight 64-bit)
At 13 MAR 2020 10:11:12AM Dave Sigafoos wrote:
I read SRPs great article on how to use RTI_BRW_GenerateReport and the configuration information but I did not see How to actually start the BRW proper.
At 13 MAR 2020 10:15AM Donald Bakke wrote:
I read SRPs great article on how to use RTI_BRW_GenerateReport and the configuration information but I did not see How to actually start the BRW proper.
Thank you for the compliment. Are you asking how to start the BRW Designer or how to run a BRW report?
At 13 MAR 2020 10:17AM Donald Bakke wrote:
I read SRPs great article on how to use RTI_BRW_GenerateReport and the configuration information but I did not see How to actually start the BRW proper.
Thank you for the compliment. Are you asking how to start the BRW Designer or how to run a BRW report?
At 13 MAR 2020 10:17AM bshumsky wrote:
I read SRPs great article on how to use RTI_BRW_GenerateReport and the configuration information but I did not see How to actually start the BRW proper.
Hi, Dave. The designer window? Well, if this is in OI 10, you'd choose "New", then "Entity", then "Reports", then "Banded Report Writer". Or, to edit an existing, you'd choose "Open", then "Entity", then "OpenInsight Reports", then drop down "OpenInsight .NET BRW Reports" and choose your report group name.
Programmatically, you can call RTI_BRWSUPPORT "LAUNCH" (to start a new report) or RTI_BRWSUPPORT "LAUNCH","<report_group_name>" to edit an existing report.
Hope that helps…
- Bryan Shumsky
At 13 MAR 2020 10:49AM Dave Sigafoos wrote:
Thanks guys for the quick comeback .. sorry for being so obtuse :smile:
Yes it was the launch i was looking for. I know I had seen it before just couldn't remember it.
Thanks again ..
At 13 MAR 2020 10:54AM Donald Bakke wrote:
Thanks guys for the quick comeback .. sorry for being so obtuse :smile:
Yes it was the launch i was looking for. I know I had seen it before just couldn't remember it.
Thanks again ..
In case it will help: RTI_BRWSupport