I have 4 records I am displaying on a screen: Header, Subfile1, Subfile2, and Footer. I am using DSPATR(PC HI) on a field in Subfile1. I turn on the indicator for the display attribute and then write/read my records:
The cursor does not get positioned at the correct field. The field that should have the cursor on it is hightlighted, but the cursor is in a field up in the header record. Is there anyway to get around this?
Jane22
Code:
Write Header Write Subfile1 Write Subfile2 Write Footer Read Header Read Subfile1 Read Subfile2 Read Footer
Jane22




Comment