This topic is locked
[SOLVED]

 Can we make the List page header Mandatory?

11/25/2014 5:18:42 PM
PHPRunner General questions
A
Anapolis author

I am getting a behavior using one of the latest PHPRunner builds that happens when the referenced table has no records.
If I have truncated a table, which happens in various tables to restart a project over time, then the List page simply says NO RECORDS FOUND.
I need for the Headers for those columns to show up whether there are records to start with or not.
Because what is disappearing is the ADD button to make a new record.
How can I force the default behavior to always show the header and buttons regardless of whether a table is currently empty?
Thank you for suggestions!

A
Anapolis author 11/25/2014

So I discovered that because I did not want to include an Add page because I had created a button to Add records from the List page that all of the Container header was not generated.
But in doing so it also left out the Custom Button that I had created. If there is a Custom Button then the Header ought to be generated even if there is no other page but List.
At any rate, the problem is "Solved".
But I am discovering that no matter what code I use I cannot get my List page refreshed in the latest Fox browser. This behavior works when tested on my local development. When uploaded to my online host several different "sure-fire" Refresh, reload codes would not refresh the page after records were created and meant to be seen in the List page.
However, I have worked around to make sure I have the top of the List page generated even when there are no records in the associated table.