Looks like the question should have been worded differently. What is happening is that iteratively executing TBSKIP after TBDISPL will start at row 0 and move the CRP to whatever row is set on the call to TBSKIP. But an intervening call to TBDISPL will cause TBSKIP to start over at CRP 0, even though the top line displayed on the previous TBDISP is the row last returned from TBSKIP.

TBDISPL the top of the table.
TBSKIP +1(do this as many times as needed to find the row the logic wants to display) TBDISPL and the display shows the row with the data from the last TBSKIP as the 1st row in the display TBSKIP +1 returns the 2nd row of the table, not the row subsequent to the last one returned on the previous TBSKIP, and the one that was the top row of the display on TBDISPL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to