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



Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

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

Post New Answer

More RPG400 Interview Questions

what is a rpg?

1 Answers   IBM,


What is the RPG cycle?

3 Answers   CSC,


Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.

1 Answers  


what is batch debug in as400?

3 Answers  


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?

6 Answers   CSC,


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?

8 Answers   HCL,


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????

1 Answers  


what is kids-rpg?

1 Answers   IBM,


How to read alternative records in a pf by using rpg?

8 Answers   IBM,


what is difference between DSPFD and DSPFFD?please give me real senario with good example?

1 Answers  


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?

3 Answers   Steria,


Can we have a Physical file without any member ? Please let me know

12 Answers  


Categories