Whether the control appears only once per page when you print the DataWindow using the newspaper columns format.
Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
Describe and Modify argument:
"controlname.HideSnaked { = ' value ' }"
Parameter |
Description |
---|---|
controlname |
The name of the control for which you want to get or set the HideSnaked setting. |
value |
(exp) Whether the control appears once or multiple times in the printed output when the output has multiple columns (like a newspaper). Values are:
Value can be a quoted DataWindow expression. |
Select the control and set the value in the Properties window, Appearance category.
[Visual Basic] setting = dw1.Describe("graph_1.HideSnaked")
dw1.Modify("text_title.HideSnaked=1")