This topic is locked
[SOLVED]

 Change rows in List Page

2/3/2011 6:45:39 PM
PHPRunner General questions
C
carlos author

Now I'm trying out another idea. In my main table ( in database ) I have two dates, start date and modification date. The start date is created when the record is added. and the modification date changes each time the record is edited.
I would like to change the color of the row to red if have more than 72 hours of edited. I refer to the rows in the List Page.
This table also has a level field and what I want is to link some specific levels for a period of time for execution.
Thank you very much in advance,

Sergey Kornilov admin 2/4/2011
C
carlos author 2/4/2011

This is great, very close to what I need. Is over 95% of the solution.
There is a trick to display the time? A counter of days or hours that can be linked to the field level, to start after being edited?
Thank you very much in advance,

C
carlos author 2/9/2011

Sergey, your reference is very important to the issue of deployment in the List Page per row. But I've been lame for calculating a time associated. I made some tests without success, basically I need to link the value of a field to a runtime and that time is as indicated by the color of the row or the icon (red or orange).
For example, if the Level field is set Step2 from 48 hours to assign the value to use the orange icon and when it reaches 72 hours or more using the red icon.
I may not really understand the tutorial?. Thank you very much in advance,

Sergey Kornilov admin 2/10/2011

carlito,
if you need someone to write this code for you 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.

C
carlos author 3/1/2011

Sergey:
Thank you very much for providing that option. I returned from vacation today and could not answer before. The solution I needed was a route.
A colleague sent me a table of working days, then making a comparison between the date of modification and the table of working days, also an excellent tutorial that you recommend the solution is at hand.