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 / 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 View All Answers
are there any useful c runtime apis that I can call from rpg iv?
how can I tell when to replace the array?
What is ment by record level identifier?
what is *place and *auto keyword in prtf ?plz explain
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 file information data structure?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is the difference between copybooks and subprocedures in as400?
How many program bind in one module....
What are the types of identifiers?
How would display prime numbers using CL program?
what is kids-rpg?
Explain mdt?
what is data area and how it is used in rpg program ?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?