Message.Title
property (DataWindow object)
Description
The title of the dialog box that displays when an error
occurs.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Message.Title |
Describe and Modify argument:
|
1 |
"DataWindow.Message.Title { = ' titlestring ' }" |
SyntaxFromSql:
|
1 |
DataWindow(Message.Title = ' titlestring ' ) |
|
Parameter |
Description |
|---|---|
|
titlestring |
A string containing the title for the title bar of |
Examples
|
1 2 3 4 5 6 7 8 |
setting = dw1.Object.DataWindow.Message.Title dw1.Object.DataWindow.Message.Title = "Mistake!" setting = dw1.Describe("DataWindow.Message.Title") dw1.Modify("DataWindow.Message.Title='Bad, Bad, Bad'") SQLCA.SyntaxFromSQL(sql_syntax, & "Style(...) & DataWindow(Message.Title='Sales Report' ...) ...", & ls_Errors) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest