reset procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Changes the mode of a message from write-only to read-only mode and positions the cursor before the first data item.
Syntax
|
Applies to
Message objects
Notes
- Sending the message causes an implicit call to reset procedure.
- The message becomes read-only and arrives at the receiver in a reset state.
See also
For more information, see the TextMessage, the StreamMessage, and the BytesMessage.