The title of the dialog box that displays when an error occurs.
DataWindows
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 |
setting = dw1.Describe("DataWindow.Message.Title")
dw1.Modify("DataWindow.Message.Title='Bad, Bad, Bad'")