Create the “Record Not Found” Div and select it, Dynamic Attributes, Hide, select your Server Connect Action then click the magic wand, right click on the Action and select Conditional Has Items.
That’s true. However, in my case the div works fine.
My hangup was that I got too used to using the column names in the query on so many other projects that I forgot I use .hasItems()!
So I reached out to you guys to help me jar my memory… and you were there. Thanks again!
You can use the Show/Hide with any recordset. Doesn’t have to be the repeater recordset. Having said that in what case would you need to use a different recordset? It’s very easy to use the same recordset and show/hide using ‘has items’.
I have two tables (1 - church, and 2 - service) that are sharing ids that are joined. The repeater shows the data from the church table. From the church data, when the update or add new buttons are clicked, it passes the id from that church record to the service table.
Once the a new service record is added, I want that add button to be hid, and an update button to be shown when the user returns to the page. Of course, when that update button is clicked it would open the update page for the service.
After several failed attempts, I am blank as what to do. That’s why I am thinking that I may need to add a line to the church query that checks the service data for an id.