![]() |
Graphix 2/4/2014 |
Hi Fabiusf if ($values["editable"] = "N")
|
![]() |
ffrinai author 2/5/2014 |
I put this code on edit page before display, if ($values["sex"] == "F")
Hi Fabiusf you could just disable the save button if the value of editable = N think you would have to disable the edit and inline edit button on your list page too (can be done easily in the 'Pages' menu option) this code needs to go on edit page before display if ($values["editable"] = "N")
|
![]() |
Graphix 2/5/2014 |
Hi Fabiusf you could just disable the save button if the value of editable = N think you would have to disable the edit and inline edit button on your list page too (can be done easily in the 'Pages' menu option) this code needs to go on edit page before display if ($values["editable"] = "N")
if ($values["editable"] == "N") |
![]() |
Graphix 2/5/2014 |
I put this code on edit page before display, if ($values["sex"] == "F")
|
![]() |
HJB 2/5/2014 |
Would simply suggest to set "Ted" and "Bob" fields to READ-ONLY mode. |
![]() |
Graphix 2/5/2014 |
Would simply suggest to set "Ted" and "Bob" fields to READ-ONLY mode.
|