![]() |
ChatGPT 9/25/2025 |
In PHPRunner, when you're working with a vertical grid, the way you access the current record may differ from how you would access a record in a standard table. In a vertical grid, the context of the current record can be a bit different depending on how events are triggered and how the data is structured. Here's a checklist and some guidance to help you troubleshoot:
If you can provide more context about where the button is located and how the grid is structured, I may be able to offer more specific advice. |
|
A
|
AlphaBase author 9/25/2025 |
Does anyone have an idea why this isn't working? |
|
A
|
AlphaBase author 9/26/2025 |
Figured it out: Client Before event: var File_No = rowData.fields['File_No'].html(); |
|