| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileDropClass > FileDropClass Methods >====== SetQueueRecord (copy data from file buffer to queue buffer:FileDropClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[resetqueue fill filedrop queue .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setusemrp set usemrp value fd.htm|{{btn_next_n.gif|Next page}}]] | | || **SetQueueRecord, VIRTUAL** {{blk2blue.jpg|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 filedrop list's queue buffer fields so that the queue buffer matches the file buffers. **Implementation:     **The ResetQueue method calls the SetQueueRecord method. **Example:** **MyFileDropClass.SetQueueRecord PROCEDURE** **  CODE** **  SELF.ViewPosition=POSITION(SELF.View)** **  SELF.DisplayFields.AssignLeftToRight** ** !Custom code here** **See Also:     **[[resetqueue fill filedrop queue .htm|ResetQueue]]