artGetCdfTargetCV
artGetCdfTargetCV( ) =>dbobject/nil
Description
This procedure returns the cell view dbobject that is the target of the update instance form or the create instance form. The function requires that either the arm property (armGet ’cdfInfo ’currentCellView) is set to a cellView, or that the variable cdfgForm is bound to a form with a property cellViewId attached (getq cdfgForm cellViewId). If neither of these is bound, nil is returned.
Arguments
Value Returned
Examples
artGetCdfTargetCV() => db:28458028
artGetCdfTargetCV() => nil
Return to top