Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
MAXIMUM-LEVEL attribute
MAXIMUM-LEVEL attribute
Forces a recursive data-relation to stop at a specific number of iterations of a child buffer. This attribute causes a recursive ProDataSet FILL to stop when the number of iterations of the child buffer reaches the MAXIMUM-LEVEL.
Data type:
INTEGER
Access:
Readable/Writeable
Applies to:
Data-relation object handle
See also
DEFINE DATASET statement
,
GET-RELATION( ) method
,
RECURSIVE attribute