User Tools

Site Tools


getedit_identify_edit_in_place_field_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== GetEdit (identify edit-in-place field) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

GetEdit, VIRTUAL, PROTECTED

blk2blue.jpg

The GetEdit method checks for a value in the Control field of the EditQueue.

Implementation:

GetEdit is called by the Next method, and returns one (1) if any value is in the Control field of the EditQueue, otherwise it returns zero (0).

Return Data Type:     BYTE

Example:

EIPManager.Next PROCEDURE

 CODE

 GET(SELF.EQ,RECORDS(SELF.EQ))

? ASSERT(~ERRORCODE())

 LastCol=SELF.EQ.Field

 LOOP

   CLEAR(SELF.EQ)

   SELF.EQ.Field = SELF.Column

   GET(SELF.EQ,SELF.EQ.Field)

   IF ~ERRORCODE() AND SELF.GetEdit()

     BREAK

   END

 !executable code

See Also:     EQ, Next

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