Available in:
 
Apps (win)  
Apps (char)  
Reportwriter  
RPC  
Standalone PL 
 
X    
  
  
  
  
   
ret_value table_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 (!record_exec(PEV_DELETE)) {	/* check for dependants           */
table_exec(PEV_DELETE);
edit_win(p.wl,edt_delete,p.dl);  	 /* delete a record                */
}