This topic is locked

radio button, lookup table

3/30/2007 4:05:59 AM
PHPRunner General questions
C
claudio author

When I use radio button with "list of values" I can add, view and edit the record but when I use radio button with "lookup table" I can add, view but not edit the record.

I have this message: "Undefined variable: ñfield".
It's a strange because If I use "lookup wizard" there are not errors.

Alexey admin 3/30/2007

Hi,
please either install the latest update of PHPRunner or modify include\commonfunctions.php file.

Find $ñfield there and replace it with $cfield

C
claudio author 3/30/2007

Hi,

please either install the latest update of PHPRunner or modify include\commonfunctions.php file.

Find $ñfield there and replace it with $cfield


I have updated phprunner with build 218 and now it's OK

Thank you