Problem with Text field with lookup to the same table/field

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

Problem with Text field with lookup to the same table/field

Post by ivars777 »

After migratating my projects from PHPMaker2018 to PHPMaker 2019, I discovered problem with Text fields, which are configured to make lookup to same table, same field with Force selection unchecked.
I use this to prompt field values in add/edit forms using existing values in table (e.g. if there is existing value "abc" in table, during edit I start typing ab, it shows existing value "abc", then I can modify it to "abc2").
During form editing everything seems ok (Update succeeded message), but real value in table is not changed. If I check "Force selection", nothing changes.
Any idea, how solve this situation, since I widely used this loopkup pattern in PHPMaker 2019 and now it is real problem to use migrated applications?

It seems, that problem appears, when Link field and Display field in lookup settings are the same (it does not matter whether lookup table is the same or different)

PHPMaker 2019.0.10, latest template.


ivars777
User
Posts: 2

Post by ivars777 »

Reported bug to support, after template update everything works again


Post Reply