Determines whether message boxes are displayed to the user during DataWindow processing.
DataWindows
Describe and Modify argument:
"DataWindow.NoUserPrompt { = ' value ' }"
Parameter |
Description |
---|---|
value |
A string specifying whether any message box requiring user intervention displays during DataWindow processing. Values are:
|
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, Filter, and Sort dialog boxes.
[Visual Basic] dw1.Modify("DataWindow.NoUserPrompt=no")