User Tools

Site Tools


insertaction_response_to_insert_request_.htm
Navigation:  ABC Library Reference > WindowManager > WindowManager Properties >====== InsertAction (response to insert request) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
InsertAction BYTE

blk2blue.jpg

The InsertAction property indicates the WindowManager action to take when the end user “Inserts” a record. Valid actions are:

Insert:None use the default insert action (Insert:Caller)
Insert:Caller return to calling procedure
Insert:Batch immediately allow another insert
Insert:Query offer to return or do another insert

Implementation:

The Init method sets the InsertAction property to Insert:Caller. The TakeCompleted method carries out the action specified by the InsertAction property.

The AddUpdateFile method registers files involved in batch adds.

InsertAction EQUATEs are declared in ABWINDOW.INC as follows:

     ITEMIZE,PRE(Insert)

None   EQUATE

Caller EQUATE

Batch  EQUATE

Query  EQUATE

     END

See Also:     AddUpdateFile, TakeCompleted, Init, Request, Response

insertaction_response_to_insert_request_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1