asiSelectTerm
asiSelectTerm(s_field[?promptt_prompt] [?formr_form] [?tabl_tab] ) => t / nil
Description
Lets you select an instance terminal from the schematic. If you select any other object, the system ignores the selection and beeps.
Arguments
|
Form that contains the field to be filled in with the selected value. The default is the form returned by |
|
Value Returned
Examples
Lets you select the instance terminal from the schematic to use as input for the term field of the current form. Use this when a form does not contain any tabs.
asiSelectTerm( 'term )
Lets you select an instance terminal from the schematic to use as an input for the term field which is present in page1 of TabField. Use this when a form contains multiple tabs.
asiSelectTerm('term ?tab list('TabField 'page1))
Related Topics
Return to top