Reparent Method

The Reparent method makes this record a child of the specified parent record.

Syntax

object.Reparent

(

i_NewParentRecordID As Number

)

Parameters

Parameter Description

i_NewParentRecordID

Record ID identifying the record which is to become the parent of this record.

Remarks

If the record previously had a parent record, the record is no longer a child of that parent record. If i_NewParentRecordID has a value of -1, then the updated record is made into a top-level record and will not have a parent.

See Also

Reference

IGrooveFormsToolRecord Interface
HasParentRecord Property
OpenParentRecord Method

Concepts

Accessing Forms Records