Flt_ObjArchGrp

SUMMARY

Flt_ObjArchGrp - Set archive group filter

SYNTAX

Flt_ObjArchGrp(<CursorID>,<ArchGrp>)

ARGUMENTS

CursorId
- Connects the Listbox to a resource.
ArchGrp
- Specifies the archive group to be displayed.

DESCRIPTION

Displays only data objects with an archive group equal to <ArchGrp>. If <ArchGrp> is zero then all objects are shown regardless of their archive group. The archive group attribute is only available at Runtime and may be changed with the function Obj_SetAttr(), the default value is zero.

Note:
This filter is available for data object cursor only. (see Crsr_OpenObj())

EXAMPLES

Flt_ObjArchGrp(ARGRP, 2)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times