Whether buttons display on the printed output.
DataWindows
PocketBuilder dot notation:
dw_control.Object.DataWindow.Print.Buttons
Describe and Modify argument:
"DataWindow.Print.Buttons { = value }"
Parameter |
Description |
---|---|
value |
Whether buttons display on the printed output. Values are:
|
Select the DataWindow by deselecting all controls; then set the value in the Properties view, Print Specifications tab.
dw_1.Object.DataWindow.Print.Buttons = 'Yes'
setting = dw_1.Describe("DataWindow.Print.Buttons")
dw_1.Modify("DataWindow.Print.Buttons = 'Yes'")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |