To anyone using PHP run buttons in grid apps: can you confirm you still receive the alert to select data when the run button is clicked but no records have been selected in the grid?
Latety my PHP run buttons still work when records are selected, but the problem is when one is clicked and no records are selected in the grid: the message box warning to “select data” is not shown anymore so the PHP run code is always executed.
Actually the OnRecord code is not exectuted, as there are no records selected, but the OnFinisih code is executed.