This topic is locked

Button In Master Table Info (List) Not Working?

4/21/2013 11:50:22 AM
PHPRunner General questions
K
KeithS author

I have inserted a button in each row of my list page grid and that works well. For the same table, there is also a Master Table Info (List) page. When in the list view, I select a row and the app moves to show the master record info (List) view with the child rows below it. The issue I am having is that the master record view shows the same button that is on the first list view but that button does not work when pressed in the master table display. Again, that same button on the first list view works fine. The button appears to partly work because when I move the mouse over it, the button highlights but when pressed, no action. I look in the event editor and I see event code for that button for both the main list page as well as the master table info (list) page.
To further test, In phpr, I went to the visual editor to the master table info list page and inserted a fresh new button with the default phpr code (hello world). All I did was set the button name to testbut. I regen the app and go to the main list, drill into a row to get to the master table record view with the child records and I see the new testbut but still no action.
I studied the list view button source and master table info (list) page source and the contents of the TD column basically look the same. Does phpr deliberately show the master record and not allow the same kind of ajax button execution - like I get in a list page grid???
I hope my explanation is not too confusing.
Thanks in advance for any replies...