Pointer  Print.Preview.Buttons

Chapter 3: DataWindow Object Properties

Print.Buttons

Description

Whether buttons display on the printed output.

Applies to

DataWindows

Syntax

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:

  • 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 Specifications tab.

Examples

Example 1

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

Example 2

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

Example 3

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





Copyright © 2004. Sybase Inc. All rights reserved. Print.Preview.Buttons

View this book as PDF