Table_FillGroupList()

Examples


The Table_FillGroupList() function fills a list field (typically a list box or drop-down list) with the names of the table groups from a series, providing the table group contains at least two tables.

Syntax

Table_FillGroupList(product_ID, series, dname_list, tname_list)

Parameters

product_ID – An integer specifying the product ID of the dictionary from which table group names are being retrieved.

series – An integer indicating the table group series from which table group names will be read. The following table lists all table and table group series and their corresponding integer values.

[spacer]

Series for tables and table groups

1 – Financial

7 – System

12 – Pathname

2 – Sales

8 – Company

13 – Design Document

3 – Purchasing

9 – Online Documentation

14 – Dexterity

4 – Inventory

10 – 3rd Party

15 – Dexterity System

5 – Payroll

11 – Payroll Tax

16 – Report Writer

6 – Project

 

 


dname_list – A window list field that displays the returned display names of the specified table groups.

tname_list – A window list field that displays the technical names of the specified table groups.

Return value

The boolean value true.

Comments

Table groups are a method of grouping related tables. You can create table groups using the Table Group Definition window in Dexterity.


Documentation Feedback