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