NoUserPrompt DataWindow object property
Description
Determines whether message boxes are displayed to the user
during DataWindow processing.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.NoUserPrompt |
Describe and Modify argument:
|
1 |
"DataWindow.NoUserPrompt { = '<span> value </span>' }" |
|
Parameter |
Description |
|---|---|
|
value |
A string specifying whether any message Values are:
|
Usage
Set the NoUserPrompt property to yes if the DataWindow is
to be used in a batch process or in an EAServer environment
when there is no possibility of end–user intervention.
Dialog boxes you can prevent from displaying include the Error,
Print, Retrieve, CrossTab, Expression, SaveAs, Import, Query, RichText, Filter,
and Sort dialog boxes.
Examples
|
1 |
dw1.Object.DataWindow.NoUserPrompt = "yes" |
|
1 |
dw1.Modify("DataWindow.NoUserPrompt=no") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest