User Tools

Site Tools


takecompleted_process_completion_of_edit_eipmanagerclass_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== TakeCompleted (process completion of edit:EIPManagerClass) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

TakeCompleted( force ), VIRTUAL

blk2blue.jpg

TakeCompleted Determines the edit-in-place dialog's action after either a loss of focus or an end user action.
action An integer constant, variable, EQUATE, or expression that indicates an end user requested action.

The TakeCompleted method conditionally calls the ResetColumn method. The BrowseEIPManager.TakeCompleted provides the bulk of the process completion functionality, and is derived from the TakeCompleted method.

Implementation:

The BrowseEIPManager.TakeCompleted method calls the TakeCompleted method via PARENT syntax. TakeFocusLoss and TakeAction also call the TakeCompleted method.

NoteBox.jpg

TakeCompleted does not override the WindowManager.TakeCompleted method.

Example:

EIPManager.TakeFocusLoss PROCEDURE

CODE

CASE CHOOSE(SELF.FocusLoss&=NULL,EIPAction:Default,BAND(SELF.FocusLoss,EIPAction:Save))

OF EIPAction:Always OROF EIPAction:Default

  SELF.TakeCompleted(Button:Yes)

OF EIPAction:Never

  SELF.TakeCompleted(Button:No)

ELSE

  SELF.TakeCompleted(0)

END

See Also:     BrowseEIPManager.TakeCompleted, TakeFocusLoss, TakeAction

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