Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

divide selection screen vertically

Former Member
0 Likes
665

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.

2 REPLIES 2
Read only

Former Member
0 Likes
496

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

Read only

former_member195698
Active Contributor
0 Likes
496

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