Module_UninitedParms

Type: Module Parent Module: N/A

This module sets the default value for all uninitialized parameter variables indentified by the Omnis 7 Analyzer library.

Functionality

Reads each record in turn from the file fUninitedParms containing:

  1. Parm_Format - name of class
  2. Parm_ProcNum - procedure id
  3. Parm_Name - parameter name

Sets an appropriate default value according to the data type of the parameter:

  1. kInteger,kNumber,kBoolean,kBinary - default set = 0
  2. kCharacter,kDate - default set = empty string

Assumptions

  1. None.

User Setup Required for this Module

  1. None.