FRAME-COL function
Returns a DECIMAL value that is the column position of the left corner of a frame within its window.
Note: Does not apply to SpeedScript programming.Syntax
frame
The name of the frame whose column position you are trying to determine. If you do not supply a frame name, the FRAME-COL function uses the default frame for the block it is in. If the FRAME-COL function is in a DO block, the function uses the default frame scoped to the block containing the DO block.ExampleThis procedure displays Customer information in one frame, then displays Order information in an overlay frame. FRAME-ROW places the overlay frame on the ninth row of the second column. FRAME-COL places the overlay frame on the first column of the first frame.
NotesSee alsoFrame phrase, FRAME-DOWN function, FRAME-LINE function, FRAME-ROW function, INTEGER function
OpenEdge Release 10.2B
|