Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

relxCustomizeDisplayOrEnableStatus

relxCustomizeDisplayOrEnableStatus(
r_formObject
)
=> t

Description

Defines the display and enable status of the disclosures, fields, and tabs.

You need to define this function in the .cdsinit file. You need not call it.

Arguments

r_formObject

The form object: relxOptionForm.

Value Returned

t

Returns t by default.

Example

Add the following SKILL code in the .cdsinit file to:

(defun relxCustomizeDisplayOrEnableStatus (relxOptionForm)
    relxEnableFormTab(relxOptionForm "Degradation" nil)
    relxEnableFormTab(relxOptionForm "Output" nil)
    relxEnableDiscField(relxOptionForm "Age Modeling" nil)
    relxDisplayDiscField(relxOptionForm "Unified Reliability Interface (URI) Models" nil)
)


Return to top
 ⠀
X