WR SET FRAME
version 6.5
WR SET FRAME (area; frame)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
frame | Integer | Frame number |
Description
The WR SET FRAME command places the insertion point at its previous location in the part of the 4D Write area area indicated by the frame parameter. This position was previously memorized by 4D Write. If the Normal view mode is selected and the insertion point is placed in an header or footer area, 4D Write automatically switches to Page view mode.
You can pass the following values or constants in frame:
Value | Constants |
0 | wr text frame |
1 | wr right header |
2 | wr right footer |
3 | wr left header |
4 | wr left footer |
5 | wr first header |
6 | wr first footer |
Values 3 and 4 are to be used when you use different headers and footers for left and right pages.
Values 5 and 6 are to be used when you use different headers and footers for the first page.
Note: The list of values is also available in the "WR Frames" constants theme.
Examples
See the examples for the following commands: WR GET CURSOR POSITION, WR SET CURSOR POSITION and WR INSERT PAGE NUMBER.
See Also