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

asiGetAnalysisFormFieldChoices

asiGetAnalysisFormFieldChoices( 
r_form 
s_analysisName 
s_fieldName 
)
=> l_choices / nil

Description

Returns the list of choices for a field in the Choosing Analyses form. This procedure can be used within the asiCheck method to get the list of choices for an analysis field from the form for subsequent value checking. You can also use this procedure in an expression that controls whether a field is displayed in the form.

Arguments

r_form

Form containing the analysis field.

s_analysisName

Name of the analysis.

s_fieldName

Name of an analysis field of the type listBox.

Value Returned

l_choices

Returns the list of choices for the specified field on the Choosing Analyses form.

nil

The field does not exist.

Related Topics

asiDisplayAnalysisField


Return to top
 ⠀
X