Subfile Display Questions

1

Expandable subfile
Hi, As i Know in expandable subfile rollup handeled by programer and rolldown system automatic handeled but in my program rolldown is not working, here i mention some code of my program in dds ROLLUP(20) if *in20=*on and *in43=*on (43 is SFLEND(*MORE) ) eval      frn=0        eval      *in42 = *on (SFLCLR) write     EMPCF        eval      *in42 = [...]

Answer Question   |  February 28, 2012  5:18 AM
Subfile Display
asked by:
1,240 pts.

how to handle Cursor progression in a mixed display file
I have a mixed DSPF (a combination of RECORD & SFL) Diagram is like: ——————————- Customer screen——————— from date :____                                                Print: _(Y/N) to date :____ opt             description … _         ___________ _         ___________ _         ___________                                                                             bottom ———————————————————————— My question is : I want that on tabbing,cursor should go from ‘from date [...]

Answer Question   |  February 28, 2012  6:18 AM
DSPF, FLDCSPPRG, Subfile Control, Subfile Display
asked by:
130 pts.

Handheld scanner subfile in RPG/400
I have a DSPF with SFLPAG(08) and SFLSIZ(&NBRBXS), which can range from 01 99. The problem is that when the SFLSIZ greater than 08, it will not scroll to the next page to allow scan of the remaining entries.

Answer Question   |  October 21, 2010  6:25 PM
AS/400 Subfiles, RPG/400, RPG/400 Subfile, Subfile Display, Subfiles
asked by:
25 pts.

Subfile end
How can I determine that a user has veiwed every page of a subfile when using a load all subfile?

Answer Question   |  September 3, 2010  5:34 PM
LOAD ALL subfile, Subfile Control, Subfile Display, Subfile end, Subfiles
asked by:
5 pts.

Subfile display in AS/400
In my program, a screen (using subfile) calls another program (WRKACTJOB). Then from WRKACTJOB screen, I press F3 to come back (Exit). Once came back to the previous screen, the subfile fields are populated with the values of those in WRKACTJOB screen. Please clarify.

Answer Question   |  September 5, 2010  12:18 PM
AS/400, AS/400 Subfiles, Subfile Display, WRKACTJOB
asked by:
5 pts.

Position Cursor Issue in subfile
I have a subfile with ‘Position to’ option in control format. so to keep the cursor in subfile recod, i have used DSPATR(PC) for option field and Reverse Image as well. But indicators are different, when I am trying to show error, i m setting the both indicators (PC,RI since i have used different Indicators)… [...]

Answer Question   |  July 27, 2010  2:25 PM
AS/400 Subfiles, RPG ILE, RPG IV, Subfile Display
asked by:
360 pts.

Load Two Subfiles In a single screen
Ok sir i will ask my question in detail.. There are two pf in my lib [strong]ramlib[/strong] 1)pf1 2)pf2 ,both Contais name and id with same name , i want to display these two files on single screnn with load all subfile so can u describe this answer? plz mention small code here…    

Answer Question   |  July 9, 2010  3:36 AM
AS/400 Subfiles, RPGLE, Subfile Display
asked by:
185 pts.

Does anybody knows any API which will retrieve all function keys and subfile records of Display file in AS/400?
Is there any API to retrieve all Function Keys used on a Display File? Is there any API to retrieve all subfile records from a Displyfile too?

Answer Question   |  July 17, 2009  3:09 AM
AS/400 API, AS/400 Function Keys, Subfile Display
asked by:
5 pts.

How to hide message subfile format
When i condition the SFLDSP for normal subfile, it is handled properly(i.e. display when it is ON otherwise not displayed)but when i condition SFLDSP for message subfile, it doesnt works..Can smbdy help..Why? Also, i need to show message subfile only if got some error. But to my understanding, we have to WRITE messageSFLCTL everytime before [...]

Answer Question   |  July 13, 2009  7:48 AM
message subfile, SFLCTL, SFLDSP, Subfile Control, Subfile Display
asked by:
NRI
15 pts.

1