This topic is locked

Removing the On the Flay Code

4/5/2009 12:55:49 PM
PHPRunner General questions
M
maali author

Hi Guy's
I have used "Add value on the fly" for one of my Edit fields.

I whould like to remove it without using the PHPRunner, but manually removing the Code from my "evevents_edit.php" file.

I could not managed to remove it. Please, can any one help?
Best Regards

Maali

J
Jane 4/6/2009

Hi,
edit BuildSelectControl function in the generated include/commonfunctions.php file for this purpose.

Hee is a sample:

if($strTableName=="TableName" && $field=="FieldName")

{

...

$addnewitem=false;

...