Printing multiple tables
Printing multiple tables
mborn
Posts: 44Questions: 17Answers: 0
I have a screen with two tables. The fields in the table are identical (the data just comes from different sources). I know the "trick" about appending the second table to the print view, but is it instead possible to append the rows from the second table to the print view?
This discussion has been closed.
Answers
Hi @mborn ,
This example from this thread should help - it's showing how to add a single row to the print view. You could traverse the other table, adding all those rows to the one you want to print.
Cheers,
Colin
.
Colin,
Thanks for the response. Being a beginner, I more or less see how you are appending the row. If you could provide any guidance on how to do so using a second table as opposed to hard-coded values, I would be appreciative.
Regards,
Mike
Never mind, got it! Again, thanks so much!