Available in:
Apps (win) | Apps (char) | Reportwriter | RPC | Standalone PL |
X |
ret_value record_exec([parm[0][,parm[1][,...]]])
The function can return any data type, or it can return void, depending on how the record trigger has been coded.
parm[n] | (optional) paramaters. |
{ if (G.modified) if (record_exec(PEV_UPDATE)) break; edit_win(p.wl,edt_forward,false); /* Down arrow (forward one record)*/ if (child) window(child,query); /* query children (if any) */ }