How to disable edit when the field value is 'confirmed'

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

How to disable edit when the field value is 'confirmed'

Post by Bishu »

I have a table with the edit permission.
I want to disabled edit only when my field status=='confirmed'
eg.

if($this->status->CurrentValue=='confirmed') {
---- Edit shoule be disabled.
}

and where I have to write this code.


mobhar
User
Posts: 11785

Post by mobhar »

Use "Row_Rendered" server event.


Post Reply