Strange behaviour of Multiple Lookup Table

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
xxltomcat
User
Posts: 107

Strange behaviour of Multiple Lookup Table

Post by xxltomcat »

Hi,
I'm using PHPMaker 2019 template 15.0.10.3

I have a field Setup with a multiple modal selection list:

Multiple: Yes
Use lookup table:Yes
Use modal Dialog for lookup:yes

The setup for the tables in the database is ok!

The behaviour is, i can select multiple items in the modal list and the values are stored, but if I call the lookup again, after a short moment (approx 0.5 seconds) the selection in the lookup field will be erased and no items are selected after a click the lookup field.

If I select only one item it is stored correctly and if I do the lookup again it works fine.
But for multiple selected values it doesn't work.
I changed the field setup to "Use Dropdown" and "Use lookup table:No" and the multiple selection works as expected.

Any ideas?
Regards


xxltomcat
User
Posts: 107

Post by xxltomcat »

Found the solution:

In Tools->Advanced Settings->"Lookup Filter Value Separator" I have changed the value previously from "," to ", ". So the space char caused the error.

I have changed it and everything is ok


Post Reply