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
subfile
I need to display multiple messages at bottom of screen.Is there an alternate way of displaying multiple error messages rather than using message subfile...if so can you give me a simple example
I need to display multiple messages at bottom of screen.Is there an alternate way of displaying multiple error messages rather than using message subfile...if so can you give me a simple example
How to view online the new data added to a PF?
Hi, I need to display in a subfile the new data added to a phisical file, in real time. Who knows unix, this is something like the command "tail -f". Thanks a lot!
Hi, I need to display in a subfile the new data added to a phisical file, in real time. Who knows unix, this is something like the command "tail -f". Thanks a lot!
Fold/Drop
I have a dds in which the subfile record spans several lines of the map. I need to display the first three lines and truncate the rest using a function key to display the rest. Truncation occurs after one line when using fold/drop. Is there anyway to change where there truncation takes place?
I have a dds in which the subfile record spans several lines of the map. I need to display the first three lines and truncate the rest using a function key to display the rest. Truncation occurs after one line when using fold/drop. Is there anyway to change where there truncation takes place?
Can any one give detailed functionality of SFLRCDNBR
I would like to know the fuctionality of the SFLRCDNBR. Can any one help me in this regards ? Eg: When I am using Load All Subfile programming I have 1000-records, page size-5. Now I am at 200th record , when I will take enter, it goes to 1st record. I hope in this case only we can used...
I would like to know the fuctionality of the SFLRCDNBR. Can any one help me in this regards ? Eg: When I am using Load All Subfile programming I have 1000-records, page size-5. Now I am at 200th record , when I will take enter, it goes to 1st record. I hope in this case only we can used...
AS/400 - Subfile
I have a SFL that has drop/fold capability. The problem is when the SFL goes into drop mode, additional fields/records needs to be displayed, how can I display those fields/records? Currently it is displaying only one record.
I have a SFL that has drop/fold capability. The problem is when the SFL goes into drop mode, additional fields/records needs to be displayed, how can I display those fields/records? Currently it is displaying only one record.
AS/400 SFLNXTCHG
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
Link for download subfile programming in RPG ILE
HI , i am working on ile rpg , & i just started to work on subfile programming . i want to lean subfile programming because i didn't work on it yet. i dont have any source like any document . i have downloded a pdf file for subfile programming its good but it is only For RPG not for ile. does it...
HI , i am working on ile rpg , & i just started to work on subfile programming . i want to lean subfile programming because i didn't work on it yet. i dont have any source like any document . i have downloded a pdf file for subfile programming its good but it is only For RPG not for ile. does it...
Positioning Cursor in Subfile
I can use the SFLRCDNBR(CURSOR) keyword to position the cursor on the correct subfile line that I want, but can I then get it to position on a particular field ? SFLRCDNBR(CURSOR) defaults to the first input capable field. DSPATR(PC) seems to override the SFLRCDNBR keyword; therefore I lose the...
I can use the SFLRCDNBR(CURSOR) keyword to position the cursor on the correct subfile line that I want, but can I then get it to position on a particular field ? SFLRCDNBR(CURSOR) defaults to the first input capable field. DSPATR(PC) seems to override the SFLRCDNBR keyword; therefore I lose the...
SQL Subfile and position to ability
I have a subfile that can be sorted by any of 4 fields, so I want to use imbedded SQL to read the data out of my PF in order to populate the subfile. I want to be able to allow the user to enter position to information, and position to that entry - normally, I would do a SETLL to the file based on...
I have a subfile that can be sorted by any of 4 fields, so I want to use imbedded SQL to read the data out of my PF in order to populate the subfile. I want to be able to allow the user to enter position to information, and position to that entry - normally, I would do a SETLL to the file based on...
SUBFILE
I read opt(options) in the subfile. If all the entered option is valid(i.e 1) then i have to write the record into PF else not. I read subfile by READC first till EOF. then i set RRN=1 and then inorder to update again i use READC. but when it reach DOW NOT%EOF it come out of the loop. si i could...
I read opt(options) in the subfile. If all the entered option is valid(i.e 1) then i have to write the record into PF else not. I read subfile by READC first till EOF. then i set RRN=1 and then inorder to update again i use READC. but when it reach DOW NOT%EOF it come out of the loop. si i could...
Subfile Scrolling
Could you please suggest how can I scroll the subfile pages automatically without pressing the PAGEUP or PAGEDOWN.Please let me know if there is any function or code avaliable to do this.
Could you please suggest how can I scroll the subfile pages automatically without pressing the PAGEUP or PAGEDOWN.Please let me know if there is any function or code avaliable to do this.
Subfile
I am using Load All Subfile. I used Page Down key and went to 2nd page then on 2nd Page I pressed ENTER Key, then it went back to the first page of subfile. I am using COBOL program to write the subfile. Can anybody tell me how to remain on the same page after pressing ENTER key on Load All...
I am using Load All Subfile. I used Page Down key and went to 2nd page then on 2nd Page I pressed ENTER Key, then it went back to the first page of subfile. I am using COBOL program to write the subfile. Can anybody tell me how to remain on the same page after pressing ENTER key on Load All...
handle page down in load all subfile
After doing a position to in my subfile, all the page displays the last record, i still get "More." message. How to get rid of this message
After doing a position to in my subfile, all the page displays the last record, i still get "More." message. How to get rid of this message
Subfile Interaction with other Display Files
I am trying to write my first subfile program. I thought I could use a subfile to display a file and allow users to select a record from that file to update a field in another file. In my case I'm maintaining client data and have a file with languages (English, Spanish, etc). I would like to...
I am trying to write my first subfile program. I thought I could use a subfile to display a file and allow users to select a record from that file to update a field in another file. In my case I'm maintaining client data and have a file with languages (English, Spanish, etc). I would like to...
AS/400:- How to select records to be displayed in subfile
Dear All, Thanks to all your inputs. As some of you suggested, Earlier I have used SQLRPG & achieved the result by dynamically building the SQL Query string. but now they want to scrap the SQL because they say it's a performance issue(i.e. it slows down the system & a over head on it). Now what...
Dear All, Thanks to all your inputs. As some of you suggested, Earlier I have used SQLRPG & achieved the result by dynamically building the SQL Query string. but now they want to scrap the SQL because they say it's a performance issue(i.e. it slows down the system & a over head on it). Now what...


