MoveLayout | NextRecord | PrintSection | Description |
|
True | True | True | (Default) Move to the next print location, get the next record, and print the data. |
True | False | True | Move to the next print location, don't advance to the next record, but print the data. This combination is typically used when the data in a section requires more space than the layout allows and you want to print the remaining data in the space that would otherwise be occupied by the next section. |
False | True | False | Skip a record without leaving a blank space on the page. |
True | True | False | Skip a record and leave a blank space on the page. |
True | False | False | Leave a blank space without skipping a record. |
False | True | True | Print the current record on top of the last record as an overlay. |
False | False | True | Not allowed. |
False | False | False | Not allowed. |