[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Dispose_Fields


Purpose   Disposes of the memory used by all the input fields in the active
          table.

Decln.    Dispose_Fields;

Remarks   This procedure removes all the field information for the active
          table. The variables assigned to the fields are not affected.
          This procedure should only be called after the last input session
          has been terminated.

Example

BEGIN
    ....
    PROCESS_INPUT(1);
    DISPOSE_FIELDS;
END;

See Also: Create_Fields Dispose_Tables
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson