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.
Answer Posted / 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 |
Post New Answer View All Answers
how can you display specific subfile page on the screen in unequal subfile?
How can we override a file during runtime in rpg?
are there any useful c runtime apis that I can call from rpg iv?
what is the rpg system?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is the necessary keyword needed to scroll subfile records?
Explain mdt?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How to call one program from another program in RPG? please help me with the code
what is the procedure and explain about real time scenario.
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique