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