Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Displaying unlimited records in a DSPF

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

  • Displaying unlimited records in a DSPF

    There is a different programming technique that can be used by making SFLPAG = SFLSIZ. With this technique, you are forced to handle the PAgeup and Pagedown keys within your program. It is then up to you as to what limitations (if any) you put on the solution. Google SFLPAG = SFLSIZ for more information.

  • #2
    Displaying unlimited records in a DSPF

    You could also increase the size of your subfile. This is not advised as you are bringing all of the subfile records into memory. Dave

    Comment


    • #3
      Displaying unlimited records in a DSPF

      Is there a way to specify for a subfile to display an unlimited number of records? Right now, it is bombing on record 10000 but runs fine when I use a file with 9999 records. Thanks.

      Comment


      • #4
        Displaying unlimited records in a DSPF

        You may try deleting subfile SFLDLT in your program whenver number of records reach in multiple of 10000.

        Comment

        Working...
        X