J
|
Jane 8/20/2009 |
Hi, |
J
|
jsuisman author 8/20/2009 |
Hi, you can change option value in the BuildSelectControl function in the generated include/commonfunctions.php file.
|
J
|
Jane 8/20/2009 |
Jarred, |
J
|
jsuisman author 8/21/2009 |
You can also add your changes to the PHPRunner4.2/source/include/commonfunctions.php file.
|
J
|
Jane 8/24/2009 |
Hi, if ($values["FieldName"]=="") |
J
|
jsuisman author 8/24/2009 |
Hi, in the latest version you can remove field from update query in the Before record added event. Here is a sample: if ($values["FieldName"]=="")
UPDATE someTable SET `someField` = NULL
UPDATE someTable SET `someField` = DEFAULT
|