![]() |
Sergey Kornilov admin 9/12/2012 |
You can implement custom edit permissions using this event. This event will be executed once for each record on the List page as well as on the Edit page. Description
$dw = date("w", time());
if ($values["ID"] & 1) |
D
|
droogers author 9/13/2012 |
Thanks a lot <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=67744&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> You can implement custom edit permissions using this event. This event will be executed once for each record on the List page as well as on the Edit page. Description
$dw = date("w", time());
if ($values["ID"] & 1) |