Returns information about the position of a temp-table from a list of temp-tables. This is based on the number returned by the TempTableCount property. The method raises an error if it is a not a valid position (not within the TempTableCount range).
Return type:
Access:
Applies to:
GetTableInfoByPosition(INPUT element, OUTPUT table-name, OUTPUT proc-name
GetTableInfoByPosition(INPUT element, OUTPUT table-handle, OUTPUT proc-nameAn integer expression which evaluates to the position of a given temp-table from a list of temp-tables. It must be a value between 1 and TempTableCount.Returns a CHARACTER string with the procedure (or class) name. For a static temp-table, it is the procedure with the DEFINE TEMP-TABLE statement. For a dynamic temp-table, it is the procedure which executes the TEMP-TABLE-PREPARE method. The name of the procedure is the name that is specified when you run mydir/test.p.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |