User Tools

Site Tools


setqueuerecord_copy_data_from_file_buffer_to_queue_buffer_browseclass_.htm
Navigation:  ABC Library Reference > BrowseClass > BrowseClass Methods >====== SetQueueRecord (copy data from file buffer to queue buffer:BrowseClass) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetQueueRecord, VIRTUAL

blk2blue.jpg

The SetQueueRecord method copies corresponding data from the filefield fields to the queuefield fields specified by the AddField method. Typically these are the file buffer fields and the browse list's queue buffer fields so that the queue buffer matches the file buffers.

Implementation:

The BrowseClass.Fetch and BrowseClass.Ask methods call the SetQueueRecord method.

Example:

MyBrowseClass.SetQueueRecord PROCEDURE

CODE

SELF.Fields.AssignLeftToRight                 !copy data from file to q buffer

SELF.ViewPosition = POSITION( SELF.View )     !set the view position

!your custom code here

See Also:     Ask, AddField, Fetch

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