![]() |
Sergey Kornilov admin 11/11/2010 |
For some reason I'm not able to reproduce it. Probably I use a different field type or there something else that is different. |
W
|
wpl author 11/11/2010 |
For some reason I'm not able to reproduce it. Probably I use a different field type or there something else that is different. I suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
J
|
Jane 11/11/2010 |
Hi, if (!$values["FieldName"]) //if entered value is empty string |
W
|
wpl author 11/11/2010 |
Hi, you can check entered value in the After record added/After record updated events on the Eventstab and update this field if needed. Here is just a sample: if (!$values["FieldName"]) //if entered value is empty string
|