Plus sign disappears (v2020)

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

Plus sign disappears (v2020)

Post 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


arbei
User
Posts: 9356

Post 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.


SOHIB
User
Posts: 93

Post by SOHIB »

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


mobhar
User
Posts: 11703

Post by mobhar »

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


SOHIB
User
Posts: 93

Post by SOHIB »

table has primary key and auto increment


SOHIB
User
Posts: 93

Post 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


mobhar
User
Posts: 11703

Post by mobhar »

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


Post Reply