This topic is locked
[SOLVED]

 Buttons on List Grid not working in PHPRunner 8.1 build 24916 x64

9/13/2015 1:39:26 AM
PHPRunner General questions
S
stevelewis author

Hello,
I just upgraded from PHPRunner 8.1 from PHPRunner 8.0 and I have a Buttons on the List Grid that worked fine in 8.0 that now don't work in PHP Runner 8.1, build 24916 x64. You click on it and it doesn't do anything. You can see that there is still the same code defined to the button but it doesn't work. The button code just does a simple Redirect to a another web page. On another table the Button disappeared although I still see the Button listed it in the Events Module. Can't figure out how to reinsert that button already defined back so I insert a new button but it doesn't work either. I tried making a whole new 8.1 project and insert Grid List Buttons and I am still are having problems even with a totally new project. The code on the button doesn't execute. The same Grid Buttons worked fine in 8.0.
I went back to working on my project in 8.0 and the Grid Buttons work fine so now I'm back to using only PHPRunner 8.0. I can't use 8.1 until I can get my Grid Buttons working. Anyone else having problems with Grid List Buttons with PHPRunner 8.1? Is there a change in the way Grid List Buttons work in PHPRunner 8.1?
Anyone's input is greatly appreciated.
Thank you,
-Steve

Sergey Kornilov admin 9/13/2015

As first step perform troubleshooting steps defined in this article to find what is happening behind the scene:

http://xlinesoft.com/phprunner/docs/troubleshooting_custom_buttons.htm

S
stevelewis author 9/17/2015



As first step perform troubleshooting steps defined in this article to find what is happening behind the scene:

http://xlinesoft.com/phprunner/docs/troubleshooting_custom_buttons.htm

G
graham.tech4t 10/5/2015



Hello,
I just upgraded from PHPRunner 8.1 from PHPRunner 8.0 and I have a Buttons on the List Grid that worked fine in 8.0 that now don't work in PHP Runner 8.1, build 24916 x64. You click on it and it doesn't do anything. You can see that there is still the same code defined to the button but it doesn't work. The button code just does a simple Redirect to a another web page. On another table the Button disappeared although I still see the Button listed it in the Events Module. Can't figure out how to reinsert that button already defined back so I insert a new button but it doesn't work either. I tried making a whole new 8.1 project and insert Grid List Buttons and I am still are having problems even with a totally new project. The code on the button doesn't execute. The same Grid Buttons worked fine in 8.0.
I went back to working on my project in 8.0 and the Grid Buttons work fine so now I'm back to using only PHPRunner 8.0. I can't use 8.1 until I can get my Grid Buttons working. Anyone else having problems with Grid List Buttons with PHPRunner 8.1? Is there a change in the way Grid List Buttons work in PHPRunner 8.1?
Anyone's input is greatly appreciated.
Thank you,
-Steve


ANSWER
Hi. I found the same issue. My fix was to add another field to the beginning of the list view, then in editor cut the button, delete the new field and its header and then paste in the button. As button is now in a grid it works fine.
Fix would be good though