Tabs showing -1 record count even if >0

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

Tabs showing -1 record count even if >0

Post by sticcino »

Hi,

Have a master form/table with 5 detail tables/forms. 2 of the tabs are show -1 record count even though there are records in the table.
on the "master" list page, it shows "no records found" even though there is a record displayed on the page.

Thanks,
J


mobhar
User
Posts: 11787

Post by mobhar »

Post you tables schema including some records sufficiently.


danielc
User
Posts: 1601

Post by danielc »

Enable [Tools]->[Advanced Settings]->[Debug] to see the actual sql why "no record found" on your master list page.

Check your master/detail relationship setup and your detail table. Your detail table's sql can not run so -1 is appeared.


Post Reply