![]() |
Sergey Kornilov admin 3/2/2011 |
BeforeAdd event is executed after form is submitted - that's why you don't see anything in this field. |
C
|
caese author 3/2/2011 |
BeforeAdd event is executed after form is submitted - that's why you don't see anything in this field. You can add this code to BeforeProcess event and save result to session variable. Then use this session variable as a 'Default value' of this field.
|
![]() |
Sergey Kornilov admin 3/2/2011 |
Please clarify what exactly not clear. |