This object contains the output stream generated for the output files (APT, etc.).
Methods
- Sub AddObjectToGenerate( iObject)
-
Adds an object to the output stream.
- With buffer: V5R13 and next <=> AddObjectToGenerate
- Without buffer: V5R12 and previous <=> AddObjectToGenerate
- From buffer: Debug only
- Parameters:
-
- iObject
- The object to add dd>
- Sub AddObjectToGenerateFromBuffer( iObject)
-
Adds an object to the output stream from the buffer.
- Parameters:
-
- iObject
- The object to add dd>
- Sub AddObjectToGenerateWithBuffer( iObject)
-
Adds an object to the output stream within the buffer.
- Parameters:
-
- iObject
- The object to add dd>
- Sub AddObjectToGenerateWithOutBuffer( iObject)
-
Adds an object to the output stream without the buffer.
- Parameters:
-
- iObject
- The object to add dd>
- Sub AddObjectToModalValues( iObject)
-
Adds an object to the modal values manager only.
- Parameters:
-
- iObject
- The object to add dd>
- Sub GetFT06Stream( oStream)
-
Retrieves the FT06 stream.
- Parameters:
-
- oStream
- The retrieved stream dd>
- Sub GetLastObjectToGenerate( oObject)
-
Retrieves the last object to generate.
- Parameters:
-
- oObject
- The retrieved object dd>
- Sub GetOutputStream( oStream)
-
Retrieves the output stream.
- Parameters:
-
- oStream
- The retrieved stream dd>
- Sub ResetAllModalValues()
- Resets all modal values.
- Sub SetLastObjectToGenerate( iObject)
-
Sets the last Activity to generate.
- Parameters:
-
- iObject
- The activity to generate dd>