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) ====== | |
SetQueueRecord, VIRTUAL
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
setqueuerecord_copy_data_from_file_buffer_to_queue_buffer_browseclass_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1