Don't show initial records on list page July 06, 2020, 11:53:24 PM How can I make it so when entering a List page, it doesn't show all the records? I also don't want the No Record Found message. I want the user to have to search to see the records.I am thinking I might be able to use some code in the Actions Before List but no clue what I could put in.Thanks Quote Selected Last Edit: July 07, 2020, 12:24:34 AM by Asawyer13
Re: Don't show initial records on list page Reply #1 – July 08, 2020, 12:16:08 PM @Asawyer13 please make your question more specific. which records do you / do not want to display?Please use the EmptyRecordMessage in List Page Properties to configure the message you want to display. Quote Selected
Re: Don't show initial records on list page Reply #2 – July 08, 2020, 12:17:59 PM When the user comes into the list page, I don't want to show any records. I want the user to have to do a search before they see any. Quote Selected
Re: Don't show initial records on list page Reply #3 – July 08, 2020, 12:35:01 PM @Asawyer13 you will have to write your custom code to do that, as phprad has no configuration for that currently. Quote Selected
Re: Don't show initial records on list page Reply #4 – July 08, 2020, 12:36:51 PM Thanks Quote Selected