• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

PDF printing addtable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PDF printing addtable

    Additional parameter with the addtable to have an option to leave out the headers of a table

    Similar to your shipped example for the helpdesk application, we created an application for our internal technical service dept.
    for exchanging info between different shifts, they needed to have a 'transfer' list containing all the info of what happened during the previous shift.

    we wanted to have the ticket header printed, together with its 'child'-notes.
    we did this by specifying 2 different layouts for the pdf-addtable..
    the first containing the 'header'-info of the ticket and the other for the notes.
    Our program prints the basic ticket-info's and below it, (in case already notes had been attached) all the notes.
    in the current situation it was repeating the header info all the time a new ticket was printed

    we have now hardcoded this option (see result in screenshot), but it would be good if the option the leave out the header- info would me made possible.
    Attached Files
Working...
X