run_run_the_eipmanager_.htm
Navigation: ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== Run (run the EIPManager) ====== | ![]() ![]() |
Run( request )
| 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: by 127.0.0.1





