Move the browse
- Last Updated: April 12, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To let the user move a browse, you set the browse’s MOVABLE attribute to TRUE,
as the following code fragment shows:
|
To move a browse at run time, the user drags the browse as desired. To move a browse
programmatically, you set the browse’s X and Y
attributes as desired.
The following code fragment programmatically moves a browse to the point (50,50) (in pixels) relative to the parent frame:
|