This topic is locked
[SOLVED]

 Row Colour

5/2/2010 7:55:31 PM
PHPRunner General questions
B
bobby123 authorDevClub member

Hi All
I have a table with a drop down containing the values Sales & Enquiry and I would like to the have the row colour change colour on what ever selection the user makes, how do I do this?
I have searched the forum for how to do this found some answers but none of them seem to work with 5.2
Thanks
Bobby123

J
Jane 5/4/2010

Hi,
could you give me more detailed description of where do you want to change row color: on the add, edit or list page?

B
bobby123 authorDevClub member 5/4/2010



Hi,
could you give me more detailed description of where do you want to change row color: on the add, edit or list page?


Hi
Yes I am looking to change row color: on the list page
thanks
Bobby

A
ann 5/4/2010

Bobby,
Use After record processed event to change row color based on the field value.

Here is a sample:

http://www.asprunner.com/forums/topic/6413-how-to-change-row-background-color-programmatically/

If it doesn't help please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with detailed description of what you were doing.

B
bobby123 authorDevClub member 5/4/2010



Bobby,
Use After record processed event to change row color based on the field value.

Here is a sample:

http://www.asprunner.com/forums/topic/6413-how-to-change-row-background-color-programmatically/

If it doesn't help please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with detailed description of what you were doing.


Thanks Ann
Sorted, I was putting the code in the wrong place
Thanks

Bobby123