G
|
gdude66 author 2/19/2007 |
I recently upgraded my phprunner to 3.1 and tried the export selected feature and print selected feature. I would like to use these and apply my own template if possible. The unfortunate thing is that when the export selected (and print selected) are clicked nothing happens. Is this a bug? The second part of the question is - how would I apply my own template to this so that if I had a word doc it would fill in certain fields on the premade page?
|
J
|
Jane 2/19/2007 |
Graeme, |
G
|
gdude66 author 2/23/2007 |
Graeme, it seems that your templates are changed. I recommend you to reset pages on the Visual Editor tab and rebuild your pages. If it doesn't help publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error. I'll find what's wrong with your project inspecting it at Demo account site. Regarding the second question. To make your custom layout in the export file you need to modify generated ..._export.php file manually.
|
J
|
Jane 2/26/2007 |
Graeme, |
G
|
gdude66 author 2/26/2007 |
Graeme, to add fields from another table edit your SQL query on the Edit SQL query tab. Use Join clause in your query. Here are some examples: http://www.webcheatsheet.com/sql/interacti...al/sql_join.php http://www.w3schools.com/sql/sql_join.asp
|