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


Purpose   Allocates multiple tables for multi-screen input forms.

Decln.    Create_Tables(Count:byte);

Remarks   Count is the number of tables to create. If only one table is
          going to be used throughout the program, the procedure need not
          be called, i.e. the Toolkit initializes the unit with
          Create_Tables(1);

Example

BEGIN
    CREATE_TABLES(3);
    ACTIVATE_TABLE(1);
    CREATE_FIELDS(20);
    ACTIVATE_TABLE(2);
    CREATE_FIELDS(5);
    ACTIVATE_TABLE(3);
    CREATE_FIELDS(10);
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