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 |
How can you determine the number of characters in a variable?
Can we possible to key with the date field?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
what is the necessary keyword needed to scroll subfile records?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
how to display all the members records in a physical file without using ovrdbf?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
Write a program to display prime numbers between 1 to 100 using RPGLE.
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
1.The questions have given an array declaration and move operation then this statement is correct or not?