Print.Buttons  Print.property

Chapter 3: DataWindow Object Properties

Print.Preview.Buttons

Description

Whether buttons display in print preview.

Applies to

DataWindows

Syntax

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:

  • Yes — Buttons are displayed.

  • No — Buttons are not displayed.

Usage


In the painter

Select the DataWindow by deselecting all controls; then set the value in the Properties view, Print Specification tab.

Examples

Example 1

dw_1.Object.DataWindow.Print.Preview.Buttons = 'Yes'

Example 2

setting = dw_1.Describe
		("DataWindow.Print.Preview.Buttons")

Example 3

dw_1.Modify("DataWindow.Print.Preview.Buttons = 'Yes'")





Copyright © 2004. Sybase Inc. All rights reserved. Print.property

View this book as PDF