LinkUpdateOptions  Moveable

Chapter 3: DataWindow Object Properties

Message.Title

Description

The title of the dialog box that displays when an error occurs.

Applies to

DataWindows

Syntax

PocketBuilder dot notation:

dw_control.Object.DataWindow.Message.Title

Describe and Modify argument:

"DataWindow.Message.Title { = ' titlestring ' }"

SyntaxFromSQL:

DataWindow(Message.Title = ' titlestring ' )

Parameter

Description

titlestring

A string containing the title for the title bar of the DataWindow dialog box that displays when an error occurs.

Examples

Example 1

setting = dw_1.Object.DataWindow.Message.Title

Example 2

dw_1.Object.DataWindow.Message.Title = "Mistake!"

Example 3

setting = dw_1.Describe("DataWindow.Message.Title")

Example 4

dw_1.Modify("DataWindow.Message.Title='Bad, Bad, Bad'")

Example 5

SQLCA.SyntaxFromSQL(sql_syntax, &

"Style(...) &

DataWindow(Message.Title='Sales Report' ...) ...", &

ls_Errors)





Copyright © 2004. Sybase Inc. All rights reserved. Moveable

View this book as PDF