A script-enabled browser is required for this page to function properly.

About Record Group Built-in Subprograms

The following Built-in subprograms are available for working with record groups programmatically.

The type of record group (static, query, or non-query) and when the group was created (at design time or at runtime) determine which Built-in subprograms are valid for a particular group. For example, you cannot use the ADD_GROUP_COLUMN function to add a column to a record group that was created at design time. Similarly, you cannot use the ADD_GROUP_ROW procedure to add a row to a static record group.

Creating and deleting groups:

Modifying a group's structure:

Populating groups:

Getting cell values:

Processing rows:

Object ID functions:


About record groups