This topic is locked
[SOLVED]

 Buttons not showing - Previous post not yet solved

10/31/2017 4:28:32 PM
PHPRunner General questions
K
keithh0427 author

I don't remember marking my last post as solved. But...
I have a list page with three required search fields which will return a single record. When I click on the search button, the page will populate with the single record.
I also have multiple buttons on the page which will take the key of that record and open a new page which will then create a PDF, depending upon which button was pushed.
The problem I am having is that I have to click on the browser reload button before I can see the buttons I have created. All of the buttons are hidden until the page reloads.
Is there something I should be doing in order to get the buttons to display when the record displays?
This is the page on my site.

jadachDevClub member 10/31/2017

If I understand this correctly, sounds like you want to display one record at a time and show buttons along with the record.
Why not add those buttons right in the row of the returned record?

K
keithh0427 author 10/31/2017

That works.
Thank you!!