Table A–2: Functions That Access Progress Shared Buffers
Function
|
Description
|
|
Returns the handle to a specified field in a shared buffer.
|
|
Reads the value of a CHARACTER field in a shared buffer.
|
|
Reads the value of a DATE field in a shared buffer.
|
|
Reads the value of an INTEGER field in a shared buffer.
|
|
Reads the value of a LOGICAL field in a shared buffer.
|
|
Reads the value of a DECIMAL field in a shared buffer.
|
|
Reads the value of a RECID field in a shared buffer.
|
|
Writes a value to a CHARACTER field in a shared buffer.
|
|
Writes a value to a DATE field in a shared buffer.
|
|
Writes a value to an INTEGER field in a shared buffer.
|
|
Writes a value to a LOGICAL field in a shared buffer.
|
|
Writes a value to a DECIMAL field in a shared buffer.
|
|
Writes a value to a RECID field in a shared buffer.
|