Hello,
I have several child tables that I would like to print right from the master list page. I would like to select the master record via the checkbox on the master list page and then create a button that will print/export the child details by simply clicking it. I would create a button for each of the child tables listed with the master record and the pick which child record I want to print/export by selecting the respective button. So, I would check the box(es) of the master records on the list page I want to print the child tables for. I would then click a button that would print/export that specific child record of the selected master record(s). I have read this Tips and Tricks post: http://www.asprunner...-the-same-data/, but it only seems to work with a table that does not have child records.
I would like to use the new buttons: --> right click, --> Insert, --> Button method to do this. My master table has a key called masterid and the child tables have a key called childid that links the two tables together.
Thank you in advance,
Brian
PHPRunner 6.1 Build 12662
SQL Server
IIS