J
|
jackwood 8/14/2024 |
Maybe this is the solution. Add a Custom Button: In ASPRunnerPro, go to the page where you want to add the button (e.g., List Page). After adding the button, go to the Server section of the button's properties. php global $conn; $sql = "{call your_stored_procedure_name}"; if (!$result) { |
![]() |
Sergey Kornilov admin 8/15/2024 |
Start here: It is hard to understand how adding a single line of code to your event can be confusing. You need to show the exact code you use and exact results you are getting. |