|   | Sergey Kornilov admin 1/12/2021 | 
| A first step would be to craft such a link to another table view page manually. Then you can re-create such a link in your code and see example #6 at https://xlinesoft.com/phprunner/docs/inserting_button.htm to open a link via button. | |
| W | wypman author 1/13/2021 | 
| Thank you for your kind assistance. I have successfully created the button code using the following code in the Server event code. $db = $button->getCurrentRecord();
 window.open(result["url"], "_blank");
 | |
| H | Hd_Mersintarim 1/13/2021 | 
| Thank you for your kind assistance. I have successfully created the button code using the following code in the Server event code. $db = $button->getCurrentRecord();
 window.open(result["url"], "_blank");
 
 | |
| W | wypman author 1/13/2021 | 
| Thank you for the response, I have just deleted the Back to List button all together. | |