Show Master and multiple detail tables in one page

You may simply display Master/Multiple-Detail tables simply by including the detail tables name in the URL, and remember to disable Multiple detail tables option from Table setup of your master table, if you don’t want to display each detail table separated in each Tab control.For example, from the demo project, you may simply type this URL from your browser:http://localhost/demo2024/ordersview/10251?showdetail=orderdetails,order_details_extendedIt will show you both Order Details and Order Details Extended detail table below one to each other. To print it, then you may simply click on Printer Friendly (Export to Print) menu above the page.