![]() |
Sergey Kornilov admin 7/11/2019 |
Make sure that the field you set up as a Lookup wizard is a text field in the database. It looks like you are trying to save multiple values into a numeric field and this won't work of course. |
L
|
lpadilla author 7/11/2019 |
Make sure that the field you set up as a Lookup wizard is a text field in the database. It looks like you are trying to save multiple values into a numeric field and this won't work of course.
|
![]() |
Sergey Kornilov admin 7/12/2019 |
CATP_ID in the main table must a text field. CATP_ID in PRUEBA_TBL can be a numeric field.
select ...,
unset($values["CATP_ID_TEMP"]); |