Cell Background |
3/10/2021 3:45:58 PM |
PHPRunner General questions | |
![]() Hello. I am writing about the cell background that I want to change depending on the field value. I have a database in which I have the status field has the value INT, I put the value 1 YES, 2 NO, 3 NONE. I came across a tutorial https://www.youtube.com/watch?v=ch_cADcTnP4&t=302s in which it is described and it still does not work for me. I'm inserting the code |
|
![]() |
HJB 3/10/2021 |
Screenshot ex mentioned video |
![]() |
kanclerz author 3/12/2021 |
It does everything as in the Tutorial but still doesn't work. Below he publishes a gif showing step by step the steps to be taken Where I made a mistake |
A
|
acpan 3/13/2021 |
There is very obvious difference between your codes versus the manual's code:
|
![]() |
kanclerz author 3/13/2021 |
I know, but please refer to the code it executes showing it on the animated gife. I use version 10.5 on a daily basis. I know that when pasting a piece of code on the forum, the symbols', "change, but as in the attached gif, I'm using the correct ones, as in the tutorial where everything works. |
A
|
acpan 3/13/2021 |
It seems your field is not recognized due to the dash in your fieldname, which means CSS is not applied. |