This topic is locked

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!!
In Visual Editor, I try Inserting a field right next to the page name. It "shows" the place holder for the field, but does not show on the page after uploading the new pages.

There is no error, just nothing shows at all.
What am I missing? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=20002&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

Sergey Kornilov admin 8/30/2012

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/30/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



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


Asking again...
I am using Insert field with the Visual Editor, The yellow box shows with the field name in it.
I upload the site and the field does NOT show.
No error. nothing

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
Here's the code that shows in HTML view...
<H1>Med Dose {$RealName_value}</H1>

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.
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/

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/


This really is embarrassing, but I can't figure this out <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=67607&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />