Add record working but list record not working April 19, 2020, 05:18:51 AM Hi, I made a sample application. I am using trial version 2.7.3. Problem I have is that the application writes to database and I can see it with phpmyadmin - a row is added. However, in the list view, no record is displayed. Neither the pre-existing records nor the newly added one. I see error message 'No record found'. I use MySQL database, Wamp64 server. Could anyone suggest what could be wrong? ThanksC Quote Selected
Re: Add record working but list record not working Reply #1 – April 20, 2020, 02:05:07 PM @cmrn please make sure you did not filter records on the List Page by checking that you did not configure the Where, Having and Join on the List Page Properties. Quote Selected