asiGetAnalysisFormFieldVal
asiGetAnalysisFormFieldVal(r_form s_analysisName s_fieldName) =>g_fieldValue/nil
Description
Returns the value of a field in the Choosing Analyses form. This procedure can be used within the asiCheck method to get the values of analysis fields 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
Value Returned
|
Returns the value for a field on the Choosing Analyses form. |
|
Examples
The following example shows how you might use the asiGetAnalysisFormFieldVal function to get the value of the incrType field (for an ac analysis) within the display expression for the lin field. In this example, the lin field is displayed on the form only when incrType is "Linear".

Related Topics
Return to top