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


Purpose   Allocates the total number of input fields.

Decln.    Create_Fields(Count:byte);

Remarks   Count is the number of fields to create for the active table. The
          total number of fields must be in the range 2 to MaxInputFields.
          This procedure must be called before Add_Field.

Example

BEGIN
    CREATE_FIELDS(5);
    ADD_FIELD(1, 5,2,5,2, 5,10);
    ADD_FIELD(2, 1,3,1,3, 5,12);
    ADD_FIELD(3, 2,4,2,4, 5,14);
    ADD_FIELD(4, 3,5,3,5, 5,16);
    ADD_FIELD(5, 4,1,4,1, 5,18);
END;

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