![]() |
mperry622 1/22/2014 |
Hi I am trying to change the background of the cell based on a text value in that cell. Currently have on the List page: After record processed event if data("SURFACE PERMIT STATUS")="PERMIT W/STIPS" then record("SURFACE PERMIT STATUS_style") = record("SURFACE PERMIT STATUS_style") & "style='background:yellow'" end if But it does not work. Can you tell me how to accomplish this? Thanks
|
F
|
fenhow author 1/24/2014 |
Ok, looks like it will work but does not as shown. Can you send me exact code you use to make it work also tell me exactly were to put it? |
![]() |
mperry622 1/27/2014 |
List Page: After Record Processed
|