This topic is locked

Export Selected not working

2/17/2007 5:52:57 PM
PHPRunner General questions
G
gdude66 author

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?

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?



It still won't work no matter how much I try and I need it - using build 218

J
Jane 2/19/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.

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.



On the template page - how do you add fields from another table than the one that is being used in the export. Eg address, phone number from a table called contacts?

J
Jane 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

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



thanks Jane - I thought as much but it means a lot of editing.
Is there any way to add events to export selected?