A
|
ann 5/28/2010 |
Hi, $values["FieldName"]=mt_rand(100000,999999);
|
M
|
munkeh author 5/31/2010 |
Hi, you can use Before record added event on the Events tab. Here is a sample code: $values["FieldName"]=mt_rand(100000,999999);
|
A
|
ann 6/1/2010 |
Hi, |
M
|
munkeh author 6/24/2010 |
Hi, use predefined event Check if specific record exists (Add action button on the Events tab) just after.
|
A
|
ann 6/25/2010 |
Hi, $strSQLExists = "select * from AnyTable where SomeColumn=".$values["code"];
|