Page 1 of 1

Plus sign disappears (v2020)

Posted: Sat May 27, 2023 11:34 pm
by SOHIB

Hello All
I am using field with lookup tablel and setup the checkbox field and on that field I check allow to add
every things if fine but the the + button not appear to allow me add extra items
I am using phpmaker v20
please help


Re: the plus sign disappears (v2020)

Posted: Sun May 28, 2023 9:21 am
by arbei

If you use User Level Security, make sure you have granted "Add" permission to the user. If the lookup table is the users table, only administrators can add users.


Re: the plus sign disappears (v2020)

Posted: Tue May 30, 2023 6:05 am
by SOHIB

thanks for replay
i don't see it with administrator , i don't have any users


Re: the plus sign disappears (v2020)

Posted: Tue May 30, 2023 10:22 am
by mobhar

Make sure your table has Primary Key, so that PHPMaker will allow to generate Add page.


Re: the plus sign disappears (v2020)

Posted: Thu Jun 08, 2023 4:19 am
by SOHIB

table has primary key and auto increment


Re: the plus sign disappears (v2020)

Posted: Thu Jun 08, 2023 5:03 am
by SOHIB

SOHIB wrote:

table has primary key and auto increment

when i change the field type from checkbox to select the plus button sign is appear , but i want to use it as checkbox so please any hint


Re: the plus sign disappears (v2020)

Posted: Thu Jun 08, 2023 8:32 am
by mobhar

You may post your table schema (CREATE TABLE ...) so others could reproduce it straightforward.