lookup checkbox is not working

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

lookup checkbox is not working

Post by mpol_ch »

Hi,

I am using a lookup check with the following setting (v2024.6.0), which is not working.

Lookup: Select
Link field: Status (Tiny INT)
Display fields #1: Beschreibung (Varchar)

Result is "1" and not "New" ..

mpol_ch


arbei
User
Posts: 9384

Post by arbei »

Avoid using TINYINT(1) with CHECKBOX as lookup, it might be considered as a boolean field. You may use INT instead.


mpol_ch
User
Posts: 877
Location: Switzerland

Post by mpol_ch »

Hi,
I just changed the type from TinyInt into Int(3).
I did the change on both tables.
But the result is the same.

mpol_ch


arbei
User
Posts: 9384

Post by arbei »

You may post your table schema of the main table and the lookup table, and the Edit Tag and Lookup Table settings for other uses to reproduce.


Webmaster
User
Posts: 9427

Post by Webmaster »

Try v2024.7.0. If it does not work, and you are a registered users of v2024, you should send your files and required info to support.


mpol_ch
User
Posts: 877
Location: Switzerland

Post by mpol_ch »

Hi,
thank you.
It works now with the new release.

mpol_ch


Post Reply