ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Multi selection in subfile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multi selection in subfile

    Hi,

    I am new in RPGLE. Just want to ask one question.

    How to make cursor focus on last selection?
    currently when i entered, cursor go to first record.


    TQ.

  • #2
    Re: Multi selection in subfile

    Take a look at the SFLRCDNBR(CURSOR) DDS keyword -- which sets the cursor to a particular subfile record. And SFLCSRRRN which can be used to determine where the user left off (so you can set it back to the same place next time you display the subfile.)

    Comment


    • #3
      Re: Multi selection in subfile

      Thanks!!. it solve my problem.. TQVM

      Comment

      Working...
      X