11 lines
782 B
JSON
11 lines
782 B
JSON
{
|
|
"header": {
|
|
"version": 1,
|
|
"type": "record"
|
|
},
|
|
"body": {
|
|
"record1": {
|
|
"<1>": "declare subroutine rlist, sendmessage, update_index\r\ndeclare function entid, repository, set_property, get_property, fieldcount\r\ndeclare function getwindow, send_event\r\n$insert rlist_equates\r\n$insert popup_equates\r\nequ QbfOccurred$ to 1126\r\n\r\n\r\nStmt = 'SELECT REACT_SERVS BY DESCRIPTION'\r\nrlist( Stmt, target_activelist$, '', '', '' )\r\nif @reccount then\r\n PopupRec = entid( @appid<1>, 'POPUP', '', 'SHOW_REACT_SERVS' )\r\n OverRide = ''\r\n RetVal = repository( 'EXECUTE', PopupRec, @window, OverRide )\r\n if RetVal then\r\n .react_serv_id->text = RetVal\r\n end\r\nend \r\nRETURN 0"
|
|
}
|
|
}
|
|
} |