FormDataSource.cursorNotify Method [AX 2012]

Notifies the application about a cursor event.

public void cursorNotify(int event)

Run On

Client

Parameters

event
Type: int
The cursor event identifier. The following table shows the available cursor events.

This method can be overridden to implement custom handling of cursor events. However, the super() method has to be called first to enable the kernel to handle the event as appropriate.

Community Additions

ADD
Show: