Whether the control moves up when other controls above it leave empty space available. This property is for use with read-only controls and printed reports. It should not be used with data entry fields or controls.
Button, Column, Computed Field, Graph, GroupBox, Line, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
Describe and Modify argument:
"controlname.SlideUp { = ' value ' }"
Parameter |
Description |
---|---|
controlname |
The name of the control for which you want to get or set the Slide setting. |
value |
(exp) How the control slides up when there is empty space above it. Values are:
Value can be a quoted DataWindow expression. |
Select the control and set the value in the Properties window, Layout category. This property is not supported in Web DataWindows.
[Visual Basic] setting = dw1.Describe("graph_1.SlideUp")
dw1.Modify("emp_lname.SlideUp=no")