nca_button_set

Example: nca_button_setButton Object Functions

Sets the state of a radio or check button.

int nca_button_set( LPCSTR button, int istate , int id );

button The logical name of the button.
istate The initial state of the button. One of two states can be specified: ON(1), or OFF (0).
idThe id of the button (optional argument).

The nca_button_set function sets a button state to ON or OFF. The TOGGLE option reverses the current state.

Return Values

Oracle NCA Error Codes

Parameterization

The following variable can be parameterized using standard parameterization: button