User Tools

Site Tools


updateresets_copy_reset_fields_to_file_buffer_.htm
Navigation:  ABC Library Reference > BrowseClass > BrowseClass Methods >====== UpdateResets (copy reset fields to file buffer) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

UpdateResets, PROTECTED

blk2blue.jpg

The UpdateResets method copies reset field values to corresponding file buffer fields.

The AddResetField method defines the reset fields for the BrowseClass object.

Implementation:

The BrowseClass.Next an BrowseClass.Previous methods call the UpdateResets method.

Example:

MyBrowseClass.Next PROCEDURE    !method of class derived from BrowseClass

CODE

IF Level:Fatal = PARENT.Next() !do parent method

 POST(EVENT:CloseWindow)       !if fails, shut down

ELSE                           !otherwise

 SELF.UpdateResets             !update file buffer from reset fields

END

See Also:     AddResetField, Next, Previous

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