![]() |
Alexey admin 2/19/2007 |
Kenny, global $data; echo $data["FieldName"]; |
K
|
kenny_robb author 2/19/2007 |
Kenny, you can get the values of readonly fields using $data array. Here is the code for BeforeEdit event:
|
![]() |
Sergey Kornilov admin 2/19/2007 |
Kenny, |
K
|
kenny_robb author 2/20/2007 |
Kenny, post full event code here. Probably there is something that you missed.
|
![]() |
Alexey admin 2/20/2007 |
Kenny, echo postvalue("value_event"); |
K
|
kenny_robb author 2/20/2007 |
Kenny, I'm sorry, my fault. You can not use $data array in BeforeEdit and AfterEdit events because it's not created yet. Use this expression to obtain readonly field value:
|