![]() |
Sergey Kornilov admin 6/27/2017 |
Yes, this can be done. See example #3 at https://xlinesoft.com/phprunner/docs/inserting_button.htm#examples |
J
|
jackheitzer@gmail.com author 6/28/2017 |
Yes, this can be done. See example #3 at https://xlinesoft.com/phprunner/docs/inserting_button.htm#examples
|
![]() |
Sergey Kornilov admin 6/28/2017 |
Yes, it is possible to refresh the page. You can use Javascript code in ClientAfter event to refresh the page. location.reload(); |
J
|
jackheitzer@gmail.com author 6/29/2017 |
Yes, it is possible to refresh the page. You can use Javascript code in ClientAfter event to refresh the page. location.reload();
$sql = "update Invoices set Status='Paid' where InvoiceID=" .$record["InvoiceID"]; doesn't work properly if the listpage is filtered, i.e. "_list.php?f=%28maand~equals~3%29%28jaar~equals~2017%29#" or "_list.php?goto=2"
|
![]() |
Sergey Kornilov admin 6/29/2017 |
You need to figure out what exactly goes wrong with your code. Here is the troubleshooting guide: |