GenerateOutput
Generates the output file defined in the mapping for the current component only. Use the OutputInstanceFile property to set the name of the output file.
To write multiple output files, you need to use the File datapoint of the target component in the MapForce GUI. For details, see the following section of the MapForce documentation: Advanced Mapping Procedures/Batch-Process Files.
Signature
GenerateOutput(out pbError as Boolean) -> AppOutputLines |
Parameters
Name | Type | Description |
---|---|---|
pbError | Boolean | This is an output parameter. You will receive a value only if the calling language supports output parameters. If not, the value you pass here will remain unchanged when the function has finished. |
Errors
Error code | Description |
---|---|
1200 | The object is no longer valid. |
1201 | Invalid address for the return parameter was specified. |
1248 | Generating output is only supported when the graphical user interface is visible. |