<< Click to Display Table of Contents >>

OZEFormInputEventCommand

This event occurs when the OnClick/OnFinish/OnFocus/OnKillFocus/OnPause/OnPlay/OnStop/OnValueChanged event occurred.

Parameters

docindex

Report index(zero-based index)

formid

FormID of component that the OnClick/OnFinish/OnFocus/OnKillFocus/OnPause/OnPlay/OnStop/OnValueChanged event occurred. If FormID is not set, returns name of component

eventname

Name of the event that occurred(OnClick, OnFocus, OnKillFocus, OnValueChanged)

mainscreen

Whether the input component value is entered in the multi-screen(true: main screen, false: sub screen)

Reference

If the viewer is not a multi-screen environment, the mainscreen parameter is always returned as true. To use the OZEFormInputEventCommand event, the value of eform.inputeventcommand must be set to true.