This topic is locked

How to order field data in the display page

9/8/2010 11:25:14 AM
PHPRunner General questions
B
bannero author

I have a "Flights" record where "NamePass" field gets populated from a "passengers" table, but the field get so crowded that is hard to differentiate one name from another.

I was thinking if it is possible to show the names in three columns instead of a continous line, or one name in bold and the next in regular font

Thanks

Sergey Kornilov admin 9/8/2010

It would be helpful if you can post a picture or an URL of how it looks and how you want to modify it. It's a bit hard to understand what you mean.

B
bannero author 9/8/2010



It would be helpful if you can post a picture or an URL of how it looks and how you want to modify it. It's a bit hard to understand what you mean.


Hello Sergey,
Here is the picture, also I need to show a monthly calendar in that page, I have the script but I do not knwo where to placed to have it show in the list page.
Also I will like show the new records on top instead of the end
Thanks

Sergey Kornilov admin 9/8/2010

In regards to ordering - modify SQL Query on 'SQL Query' screen in PHPRunner adding the following to the end:

order by Date desc


In regards to adding a calendar check Calendar template:

http://xlinesoft.com/templates/calendar/index.htm

B
bannero author 9/8/2010



In regards to ordering - modify SQL Query on 'SQL Query' screen in PHPRunner adding the following to the end:

order by Date desc


In regards to adding a calendar check Calendar template:

http://xlinesoft.com/templates/calendar/index.htm


Sergey,
I have the Template Packs, and I have your Calendar, but I just need show in the right side of the page a small monthly calendar just for visual reference .(I also have a javascript for a small calendar, but I do not know where to place that script in order to show in the right side of the list page

Sergey Kornilov admin 9/8/2010

I see what you saying.
I guess you need to switch to HTML mode in Visual Editor and paste your Javascript/HTMl code where you need it to appear.
If you having problems doing that 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.