This topic is locked

One to Many Relationships

2/25/2008 8:11:37 PM
ASPRunnerPro General questions
K
koroniak author

I am new to ASPRunnerPro but not to database programming and I am currently evaluating ASPRunnerPro. What I have done is created a search page that displays my main table and when I hover my mouse over the related fields, the related data pops up. I can click on the related data and it will display the related data full page but when I choose printer friendly I get only the data from my main table. What I really would like to do is to create a printer-friendly view that will display the data from my main table and my 2 related tables. Is this possible with ASPRuner?

Sergey Kornilov admin 2/26/2008

Shirley,
you can do this using events.
Here is the sample event code that can point you in the right direction:

http://www.xlinesoft.com/asprunner/docs/sh...omer_orders.htm
Use "Insert ASP code snippet" button in Visual Editor where you like to insert data from another table and write the code that does the job.