ActiveX AS/400 Objects - ProgramParm
- This class contains the properties of a single parameter passed during Run method of
class:Program. Defining a variable as type of ProgramParm is reasonable but not necessary.
ProgramParm is available through class:Program as Program.Parms.Item(x).
- Contains read/write properties:
| Name |
Type |
Description |
| AutoConvert |
Boolean |
Controls ASCII to EBCDIC and
EBCDIC to ASCII automatic conversion. Defaults to True. |
| Length |
Long |
Length parameter in bytes. This
must match exactly the same length of the AS/400 program parameter. |
| Value |
String |
Value of parameter to send and
value of parameter received after class:Program.Run completion. |
See class:Program
| 2003
- Chouinard & Myhre, Inc. |