How are cursor requests generated?

A client application requests a cursor by issuing a cursor command to an Open Server application.

A client application calls the Client-Library command ct_cursor to initiate a cursor command. For more information on ct_cursor, see the Open Client Client-Library/C Reference Manual.

A cursor request causes Open Server to generate a SRV_CURSOR event. To respond to cursor requests, an Open Server application must include a SRV_CURSOR event handler.