‎2009 Feb 23 10:52 AM
Hi Experts,
I have two independent reports report1 and report2. now i want to embed two reports on same selection screen. I want to divide screen into two parts, first part will contain buttons for example but1 and but2. on click of but1 i should display report1 on second part similarly with but2 display report 2. can we devide screen vertically.
‎2009 Feb 23 5:35 PM
I would use the control technology and create two different containers and place them on the screen as you wish. The output will be more user-friendly.
Shahram
‎2009 Feb 23 5:42 PM
You can try the tabstrip control. Based on the selected strip and the selection criteria you can call the respective reports in your main report.
OR
You can create a custom dialog screen and call it in your mail report.
You can place your Selection Criteria for Report1 and Report2 as per your requirement and call the Reports accordingly.
Example DEMO_MESSAGES