![]() |
Sergey Kornilov admin 5/25/2007 |
EditOnLoad event is not designed to deal with field values. |
D
|
dcrera author 5/28/2007 |
Hi, EditOnLoad event is not designed to deal with field values. In BeforeEdit you can use $values["FIELD1"] and $values["FIELD2"] to access field values. Probably you can explain what exactly you trying to achieve to get better advice. |