UNPKG

jsharmony-tutorials

Version:
16 lines 548 B
{ "ModelSQL_Exec_multirecordset": { "layout":"exec", "sqlexec": [ "select * from cust where cust_id=@cust_id;", "select * from cust_flag where cust_id=@cust_id;" ], "sqltype":"multirecordset", "table":"cust", "fields":[ {"name":"cust_id","actions":"BIU"}, {"name":"RUN","control":"button","value":"Run","caption":"", "onclick":"XPage.RunDBFunc(this,function(rslt){ XExt.Alert(XExt.ReplaceAll(JSON.stringify(rslt,null,4),' ',' ')); }, { noMessage: true });"} ] } }