Need to put a filed in Printer-friendly pages |
8/30/2012 5:29:47 PM |
ASPRunnerPro General questions | |
J
JohnLug author
This is probably easy, but is driving me nuts!! |
|
![]() |
Sergey Kornilov admin 8/30/2012 |
Probably you inserting it at the wrong place, hard to tell without seeing the actual application. |
J
|
JohnLug author 8/30/2012 |
Think my support has run out. Will be buying more soon Probably you inserting it at the wrong place, hard to tell without seeing the actual application. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
J
|
JohnLug author 8/31/2012 |
Think my support has run out. Will be buying more soon But I "insert field" right next to the page name in the Visual Editor. Gives the yellow box and all in
|
![]() |
Sergey Kornilov admin 8/31/2012 |
You are inserting it at the wrong place. Unfortunately I don't know what else I can say without having access to your application. |
J
|
JohnLug author 8/31/2012 |
Well, I put it right next to the page name |
![]() |
Sergey Kornilov admin 8/31/2012 |
It won't work this way. Printer page is designed to display multiple records and PHPRunner won't know which record you had in mind. |
J
|
JohnLug author 8/31/2012 |
It won't work this way. Printer page is designed to display multiple records and PHPRunner won't know which record you had in mind. The correct approach is to insert a Code snippet there, execute SQL query manually and display result on the page. See examples at http://xlinesoft.com/blog/2011/04/28/taming-the-beast-events-buttons-and-code-snippets/
|