<< Prev        Next >>

ID : 6909

Done Event

The Done event is added to the "Numerical input box" and "Text box" Pressing the OK button on the numerical input box or the text box executes the Done event.

 

 

Pressing OK executes the Done event.

Pressing CANCEL produces nothing.

Example:Numerical input box

Select one of the numerical input boxes and select the Done event. The action source code block in the following skeleton will be executed.

Sub NB1_Done()
End Sub

ID : 6909

<< Prev        Next >>