fmcnshow.vbp

Abstract This example shows sample source code for a program that implements an activity. The program analyzes any input and output container structures retrieved from the Program Execution Agent (PEA) and displays them in a Graphical User Interface (GUI). It then sets the values of the output container as well as the program return code.
This example shows ...
  • How to access an input container and how to read its values.
  • How to access an output container and how to set its values.
  • How to set the return code of a Visual Basic activity implementation.
You can use this example ...
  • For a temporary activity implementation.
  • As a tool that displays input and output container values.
Minimum MQWF version required
  • V3.2.2
View source code  fmcnshow.frm

[ Back to VB index ]