relxHideAgeCalculationApproachField
relxHideAgeCalculationApproachField(r_formObject) =>t
Description
Hides the Age Calculation Approach field from the Modeling tab in the Reliability Options form.
Arguments
Value Returned
Examples
To hide the Age Calculation Approach field from the Modeling tab in the Reliability Options form, add the following SKILL code in the .cdsinit file:
(defun relxCustomizeDisplayOrEnableStatus (relxOptionForm)
relxHideAgeCalculationApproachField(relxOptionForm)
)
Return to top