4D Write v16

WR SET FRAME

Home

 
4D Write v16
WR SET FRAME

WR SET FRAME 


 

WR SET FRAME ( area ; frame ) 
Parameter Type   Description
area  Longint in 4D Write area
frame  Integer in Frame number

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:

Constant Type Value
wr text frame Longint 0
wr right header Longint 1
wr right footer Longint 2
wr left header Longint 3
wr left footer Longint 4
wr first header Longint 5
wr first footer Longint 6

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.

Example  

See the examples for the following commands: WR GET CURSOR POSITION, WR SET CURSOR POSITION and WR INSERT PAGE NUMBER.



See also 

WR Get frame

 
PROPERTIES 

Product: 4D Write
Theme: WR Area Options
Number: 89489

 
HISTORY 

Created: 4D Write 6.5

 
ARTICLE USAGE

4D Write Language ( 4D Write v16)