Copy turns to blank (v2022)

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

Copy turns to blank (v2022)

Post by rexyau »

Hi, all,

I am using PHPmaker2022. I have one table on which copy records turns to blank. Other tables does not have such problem.
Problem persists even I remove all customized PHP script, javascript including validation. Drop down selection is also removed.

Any idea?
Thanks/Rex


arbei
User
Posts: 9286

Post by arbei »

Make sure your table has primary key.


rexyau
User
Posts: 18

Post by rexyau »

Yes, I have


arbei
User
Posts: 9286

Post by arbei »

You may enable Debug and check for any PHP errors.


rexyau
User
Posts: 18

Post by rexyau »

Hi,

I find the solution. Just remove the default primary key value in add Page of table setup .


Post Reply