Hi friends,
I am using a load all subfile , and currently i am in in
the third page of the subfile , from third page i have
selected a record and called some other program .on
returning, subfile is being loaded from the frist page. so
can any one kindly suggest me in retaining my third page
after returning. i.e loading from third page.
Answers were Sorted based on User's Feedback
Answer / karthik
Get the rrn when the record is selected and while returning
back to the load subfile, user this rrn for display or load
records starting from the selected rrn. Let me know if u
need more clarity
Good luck!!!
Karthik
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / tthomas
Its just because ur rrn is getting initialized again.. get
the rrn of the first record in the third page and display
it.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guru
Hi Friend,
Use SFLRCDNBR to achieve this in load all subfile or if you
are using load on demand (SIZE > PAGE) then clear the page
every time and load the specific page you want.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / mithun paul
Before call the program store the rrn and after retuning
from the program move that rrn number to variable of
SFLRCDNBR and write the subfile. It shows the subfile in
that particular page not the first page.
Mithun Paul
KMG Infotech, Kolkata
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ld123q44
Just before you make the call make a note of (a) the
relative record number of the first record on the page and
(b) the relative record number of the record you are making
the call from.
Now, when you to redisplay the page after the call you can
start the display either from rrn from (a) from rrn from (b).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jay
you may use SFLCSRRRN to know the record in which the
cursor was lying when the control came to program
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pankaj
You have to get the SFLRCDNBR number when the record from
subfile is select. and when you comeback to it will show
third page as a first page and by doing page up/down you
can see other records.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is a rpg?
What is the RPG cycle?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
what is batch debug in as400?
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
what is kids-rpg?
How to read alternative records in a pf by using rpg?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
Can we have a Physical file without any member ? Please let me know