To set Insert off for your application:

_app.insert = false

The following example attaches a form manager object (a custom class) to the _app object.

set procedure to MANAGER.CC additive

_app.manager = new FormManager( )