Help with Field Event |
11/11/2019 3:34:20 PM |
PHPRunner General questions | |
M
Melanie authorDevClub member
Hoping someone can help with a field event. I have the code working, but I want to check if we get a result and if not I want the event to stop and tell the user and then they can edit again. I have params["value"] = this.getValue();
$sql = "Select oid from location_master where
var ctrlLoc = Runner.getControl(pageid,'Location_oid');
|
|
![]() |
Sergey Kornilov admin 11/18/2019 |
The basic idea is to check if SQL query returned something and pass something like 'okay' or 'notokay' from Server to ClientAfter event. |