Subfile
I want to toggle between two columns in a subfile...I'm using following code to condition the fields...however when i display subfile none of the fields are displayed...is there anything else i need to take care of A #PROCP 8A O 6...
I want to toggle between two columns in a subfile...I'm using following code to condition the fields...however when i display subfile none of the fields are displayed...is there anything else i need to take care of A #PROCP 8A O 6...
Subfile What is the significance of SFLRNA keyword
Hello, This query is related SFLRNA subfile keyword. What is the significance of SFLRNA keyword? What is difference between initialization of subfile with SFLINZ only and with SFLINZ and SFLRNA keyword?
Hello, This query is related SFLRNA subfile keyword. What is the significance of SFLRNA keyword? What is difference between initialization of subfile with SFLINZ only and with SFLINZ and SFLRNA keyword?
Window Subfile Message Line
I have a display file with a Window Subfile. The Subfile Control Record is defined with a Window Message line, which I want to use to display instructions to the user ("Press F3 to quit", etc.). When the user presses a PgUp or PgDn key, the message line disappears. Is there any way to stop this...
I have a display file with a Window Subfile. The Subfile Control Record is defined with a Window Message line, which I want to use to display instructions to the user ("Press F3 to quit", etc.). When the user presses a PgUp or PgDn key, the message line disappears. Is there any way to stop this...
Subfiles in COBOL (Single Page, Load All, Expand)
Can anybody please provide sample code (simple) for the 3 Subfiles in COBOL/400??
Can anybody please provide sample code (simple) for the 3 Subfiles in COBOL/400??
sflend(*More)
I have an order entry program where the detail is entered at the bottom of the subfile and the More... stays on all the time even when the indicator is on or off. If the file I am reading only has one record in it and my subfile page is 8 and subfile size is 9 the More... still shows. Can anyone...
I have an order entry program where the detail is entered at the bottom of the subfile and the More... stays on all the time even when the indicator is on or off. If the file I am reading only has one record in it and my subfile page is 8 and subfile size is 9 the More... still shows. Can anyone...
Add, change and delete Subfile records
We currently have an order entry program that lists items on an order and you can position to an item via a field in the CTL area. My question is I need to be able to add items to an order by keying in items, qty, etc from the bottom of the screen. The order header info needs to be on top of the...
We currently have an order entry program that lists items on an order and you can position to an item via a field in the CTL area. My question is I need to be able to add items to an order by keying in items, qty, etc from the bottom of the screen. The order header info needs to be on top of the...
SFLNXTCHG
I am using SFLNXTCHG Keyword in my SubFile Record Format level in Display File. Here I am using this for reading the changing records for more than 1. When I am using READC Operational code for second time to read the changed record for the same record It is reading , but I should not read . ...
I am using SFLNXTCHG Keyword in my SubFile Record Format level in Display File. Here I am using this for reading the changing records for more than 1. When I am using READC Operational code for second time to read the changed record for the same record It is reading , but I should not read . ...
rpg/400
Please advice me how i need to validate the subfile field in subfile. example: user entering the data in subfile, if user enters wrong data in subfile field then i need to show error to user. please advice me any keyword to resolve..
Please advice me how i need to validate the subfile field in subfile. example: user entering the data in subfile, if user enters wrong data in subfile field then i need to show error to user. please advice me any keyword to resolve..
How load a subfile inquiry screen from arrays
I need to display a subfile inquiry screen.But not directly from the file.I have to pass the records into arrays.From the array with specific conditions i need to load the subfile inquiry screen. How can i achieve this?
I need to display a subfile inquiry screen.But not directly from the file.I have to pass the records into arrays.From the array with specific conditions i need to load the subfile inquiry screen. How can i achieve this?
Position to in Single page subfile
Hi I have one PF with Policy No . , Cust. Name and both fields are key fields in PF . I want to use position to for field cust name which is the second key field in PF . So is there any way to do this without creating any Logical file ??????(in single page subfile)
Hi I have one PF with Policy No . , Cust. Name and both fields are key fields in PF . I want to use position to for field cust name which is the second key field in PF . So is there any way to do this without creating any Logical file ??????(in single page subfile)
Controling 2 subfiles at once
Hi, My RPG program displays a subfile listing various tasks in the upper half of a green screen and then if notes are found for any of the tasks, a second subfile is displayed in the bottom half of the screen. Both subfiles are output only. I write the Fkey format, then write sfl1, then overlay...
Hi, My RPG program displays a subfile listing various tasks in the upper half of a green screen and then if notes are found for any of the tasks, a second subfile is displayed in the bottom half of the screen. Both subfiles are output only. I write the Fkey format, then write sfl1, then overlay...
SFLRCDNBR
I want to know the use of SFLRCDNBR Keyword used in Subfile . I also want any sample Code of how it is handled in the RPGLE Program?
I want to know the use of SFLRCDNBR Keyword used in Subfile . I also want any sample Code of how it is handled in the RPGLE Program?
Mixed record format Subfiles
I've been writing standard subfiles for a while now but I've seen some where, to me, it looks like the subfile has a mixed record format - i.e. a header and then a variable number of detail lines. (The fields are of different length and position in the header and detail lines). I'm writing an...
I've been writing standard subfiles for a while now but I've seen some where, to me, it looks like the subfile has a mixed record format - i.e. a header and then a variable number of detail lines. (The fields are of different length and position in the header and detail lines). I'm writing an...
Single Page subfile for duplicate records
Can you please tell me the how to handle the pageup & pagedown in single page subfile ....(In Physical file keyfield have douplicate records e.g. Douplicate Policy Number )
Can you please tell me the how to handle the pageup & pagedown in single page subfile ....(In Physical file keyfield have douplicate records e.g. Douplicate Policy Number )
How do I create a subfile which has fields in the SFL Record Format with different attributes?
I need to design a subfile which takes the field name and attribute as the *entry parameter and then based on that field a specific file will be read and the detailed record will be shown in the subfile screen. The issue is each time the field name & attributr may differ, so accordingly how do i...
I need to design a subfile which takes the field name and attribute as the *entry parameter and then based on that field a specific file will be read and the detailed record will be shown in the subfile screen. The issue is each time the field name & attributr may differ, so accordingly how do i...
subfile
I have created a message subfile but my code is not moving the error message to the display file.I did a debug and found that the write msgctl statement is executed but nothing is being written.Wat could be the possible reason
I have created a message subfile but my code is not moving the error message to the display file.I did a debug and found that the write msgctl statement is executed but nothing is being written.Wat could be the possible reason


