User Tools

Site Tools


run_run_the_eipmanager_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== Run (run the EIPManager)C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Run( request )

blk2blue.jpg

Run Run the EIPManager.
request An integer constant, variable, EQUATE, or expression identifying the database action (insert, change, delete) requested.

The Run method assigns the passed value to the Req property and executes the EIPManager.

Implementation:

Return value EQUATEs are declared in \LIBSRC\ABFILE.EQU as follows:

RequestCompleted  EQUATE (1)  !Update Completed

RequestCancelled  EQUATE (2)  !Update Cancelled

Return Data Type:     BYTE

Example:

BrowseClass.AskRecord PROCEDURE(BYTE Req)

 CODE

 SELF.CheckEIP

 RETURN SELF.EIP.Run(Req)

See Also:     Req

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