When doing WRKACTJOB, you can put the cursor over the column you wish to sort and then press F16. I have a subfile program with multiple sorts and presently the user has to press different function keys to sort. Can anyone give me an example of the code to use so my program will act like that in WRKACTJOB? My users do not want to have to press the different function keys to sort.
Software/Hardware used:
ASKED:
February 12, 2008 2:10 AM
UPDATED:
February 12, 2008 3:41 PM
I use SQLRPGLE to sort my subfiles. I give the users one command key to press and once there they can sort by one or more colums that I have set up. It probaly would not be any problem to use cursor location instead of a sort screen. It you are interested in the coding let me know.