This topic is locked

Merging Pages

10/14/2009 1:55:32 PM
ASPRunnerPro General questions
Z
zutrax author

Am relatively new (2years) using ASP Runner Pro, so this issue may have already been resolved but I can't find the answer on the forum. Basically am looking for the easiest way to arrange multiple view only pages for different tables onto a single screen. Thanks for any information about this.

J
Jane 10/16/2009

Hi,
unfortunately there is no easy way to add whole view page to another page.

In general you can join two tables on the Edit SQL query tab and then edit resulted view page manually on the Visual Editor tab.

Z
zutrax author 10/16/2009

Thanks Jane,

However, if they are 2/3 different tables those would be crazy UNIONs and have to track the differing Column names.

So what is the hard way?

J
Jane 10/20/2009

You can select and print records from each table separately in the custom event (Insert ASP code snippet option on the Visual Editor tab).