How to cache the data in the memory? [message #211187] |
Wed, 27 December 2006 01:48 |
sudharshan
Messages: 48 Registered: November 2006
|
Member |
|
|
hi
i have a requirement like this
i have a mutlirecord block----> EMP_V
with
empno ename sal and a flag ---columns
i have another block --EMP_V1
the contents of EMP_V should be copied to EMP_V1 --HOW TO DO THIS?
and
i have three buttons say
viewlast set
getnext set
Generate batch
which i click on viewlast button
i should be able to see the contents of the last 40 records in the EMP_V1 block
when i click on getnext set button
i should be able to see the next 40 records but not the previous 40 records. - EMP_V block
when i click on generate batch i should be able to move 40 records at a time and not one by one. - EMP_V block
i will be very happy if some one in this group can give me some logic advise as how to proceed with this problem.
Thank you
|
|
|
|