This topic is locked

Link to print the records

11/4/2009 7:32:44 PM
PHPRunner General questions
S
sandrotab author

Hello, PHPRunner use 5.1 and would like to know how I can add a link or a button on a table next to this to avoid any records that the user must select the single record and then click the button to print the selection. The technique I use because I have two different prints for each records.

You can do this operation?
For example, I need to print two different letters for each individual records.
Thank you for your cooperation and for the answers that you give to me.

D
danaci 11/5/2009

<INPUT class=button type=button value="Print selected" {$printselectedlink_attrs}>

J
Jane 11/5/2009

I'm not sure that I understand your question.

Could you re-phrase it?

S
sandrotab author 11/9/2009



I'm not sure that I understand your question.

Could you re-phrase it?


In a view I need to have two buttons to print the report of the same records, along with any records.

For example to print the selected records have moved the print selection button (located above) next to the record but I need to add another button to do another printing always the same record.
For example, in a view by selecting a record I have to make two different reports by two buttons to press.

We can handle?

J
Jane 11/9/2009

Hi,
you can add new button on the Visual Editor tab manaully:

<INPUT class=button type=button value="Print selected" {$printselectedlink2_attrs}>

Then point this button to another print page and add parameters to this link in the List page: Before display event.