Do you eliminate the subfile limit of 9999 records?
Posted: Fri Apr 23, 2010 4:00 pm
Question:
Do you eliminate the subfile limit of 9999 records per display?
Answer:
For load-all subfiles that are loaded with RPG’s WRITE operation, the limitation is still there. However, we now provide some alternatives. For example, you can write data to a temporary database file (or just use an existing physical/logical file) and bind it directly to the subfile grid. If you do it that way, there is no limitation.
Do you eliminate the subfile limit of 9999 records per display?
Answer:
For load-all subfiles that are loaded with RPG’s WRITE operation, the limitation is still there. However, we now provide some alternatives. For example, you can write data to a temporary database file (or just use an existing physical/logical file) and bind it directly to the subfile grid. If you do it that way, there is no limitation.