Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiSetFormButtonEnabled

hiSetFormButtonEnabled(
r_form
s_buttonSym
g_enabled
)
=> t / nil

Description

Enables or disables a button on a form. To enable or disable fields on a form, use the hiSetFieldEnabled function.

Arguments

r_form

Form handle returned by hiCreateAppForm.

s_buttonSym

Button symbol.

g_enabled

t or nil. If you specify t, the button is enabled; if you specify nil, the button is disabled, that is, greyed-out.

Values Returned

t

The function was successful.

nil

There was an error.

Examples

hiSetFormButtonEnabled( myForm ’Apply nil )
hiSetFormButtonEnabled( myForm ’Prev nil )
hiSetFormButtonEnabled( myForm ’Help nil )

Related Topics

Form and Field Functions

hiCreateAppForm


Return to top
 ⠀
X