| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > HistHandlerClass > HistHandlerClass Methods >====== VLBProc (retrieve LIST and error history information.) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[takeevent process window events .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[idbchangeaudit interface.htm|{{btn_next_n.gif|Next page}}]] | | || **VLBProc( **//rowindex//**, **//colindex //**), VIRTUAL, PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} | **VLBProc** | Retrieve LIST and error history information. | | //rowindex// | An index used to determine information regarding the listbox and associated history data. | | //colindex// | An index used to determine information regarding an actual error history record. | The **VLBProc **method returns various information regarding the LIST control and its data. **Implementation:** If passed a //rowindex //of -1, the VLBProc returns the number of history error records that are contained in the error history queue. If passed a rowindex of -2, the method returns the number of listbox columns. Any positive integer passed as the rowindex will cause the VLBProc to lookup the error history record at the relative rowindex position. The //colindex// parameter is used in association with a positive integer rowindex. A colindex value of 1 will return the error text. A colindex of 2 will return the error category. **Return Data Type:**     STRING