User Tools

Site Tools


next_get_the_next_edit_in_place_field_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== Next (get the next edit-in-place field) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Next, PROTECTED

blk2blue.jpg

The Next method gets the next edit-in-place control in the direction specified (forward or backward) by the end user.

Implementation:

The Next method loops through the EditQueue and gets the next edit-in-place control based on the RETURN value of the GetEdit method.

Example:

EIPManager.ResetColumn PROCEDURE

 CODE

 SETKEYCODE(0)

 SELF.Next

 IF SELF.Column <;> SELF.LastColumn

   SELF.ListControl{PROP:Edit,SELF.EQ.Field} = SELF.EQ.Control.Feq

   SELECT(SELF.EQ.Control.Feq)

   SELF.LastColumn = SELF.Column

 END

See Also:     GetEdit, SeekForward, Column, EQ

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