Difference between revisions of "UIM Delete List (QUIDLTL)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QUIDLTL — Delete List to UIM Delete List (QUIDLTL): Better Indexing (too many Q's)) |
DaveLClarkI (talk | contribs) (→References) |
||
Line 19: | Line 19: | ||
== References == | == References == | ||
− | * [[ | + | * [[API Error Code Structure (ApiErrC)]] |
Revision as of 22:58, 13 December 2018
Summary
The following is an RPG/LE fully free-form prototype for the IBM QUIDLTL API to use the UIM to delete a list panel's entries within an open display application.
Prototype for the QUIDLTL API
//****************************************************************************** // IBM Delete List API // https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/quidltl.htm //****************************************************************************** dcl-pr IBMUIM_DeleteList extpgm('QUIDLTL'); DlHandle char(8) const; DlLstName char(10) const; DlErrCode likeds(ApiErrC) options(*varsize); end-pr;