asiSetAnalysisFormFieldChoices
asiSetAnalysisFormFieldChoices(
r_form
s_analysisName
s_fieldName
l_choices
)
=> l_choices / nil
Description
Sets the list of choices for the specified field on the Choosing Analyses form.
Arguments
|
r_form
|
Form containing the analysis fields.
|
|
s_analysisName
|
Name of the analysis.
|
|
s_fieldName
|
Name of an analysis field of the type listBox.
|
|
l_choices
|
List of choices for the analysis field.
|
Value Returned
|
l_choices
|
Returns the new list of choices for the analysis field.
|
|
nil
|
The field cannot be accessed.
|
Related Topics
asiGetAnalysisFormFieldChoices
asiGetAnalysis
Return to top