To get it from the queue:
GET( QueueOfTheFile, CHOICE(?ListOfTheQueueOfTheFile))
IF ERRORCODE() THEN CYCLE.
! Now the item is in the queue
! Transfer the fields of the queue to the file buffer
! And ADD(File)
! Use ThisWindow.Reset(1) to reset the browsebox
Ronald
Compad
Quote:
> Hi everyone,
> Iam pretty new at programming, so I hope somone can help me.
> I Have two Browseboxes on a UpdateFrame, they are both frome the same fil,
> but one comes directly frome the file and the other is a queue of the
file.
> My problem is that i would like to take one record from the queue and add
it
> to the file(with an 'add' button) and of course change some value in the
> record.
> Hope somone can help me.
> Bergur Hansen,
> ----------------