getTempTable function
- Last Updated: June 15, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
getTempTable function
Gets the handle to the newly created TempTable.
Syntax
|
Applies to
Message objects
Notes
- The handle parameter must be a declared handle. Any previous value of the handle parameter will be lost.
- The schema parameters specify the schema information and are passed
directly to the
READ-XMLmethod. Specifying anUnknown value (?)for any of the schema parameters will result in the use of the default value for that parameter. - The TempTable is created from reading the
TempTableMessageand using theREAD-XMLmethod. - The name parameter is the name of the
widget-pool to be used when creating the TempTable. (For more information on widget pools,
see the
CREATE-TEMP-TABLEentry in the ABL Reference.) A value of "?" will result in the use of the default pool.
See also
createTempTableMessage procedure, setTempTable procedure, #rfi1387308660102
For more information, see the TempTableMessage.