~popups
Description |
Enables / disables dialog boxes. The default behavior is to suppress dialog boxes by sending an automatic OK code \0, but this is not always desirable, especially if the dialog box contains important information, or cannot be closed with the OK code. To enable dialog boxes for a transaction, you need to set this parameter explicitly in the service file. |
|
Set by |
Service file. |
|
Values |
0 |
Dialog boxes disabled. |
1 |
Dialog boxes enabled. |
|
Example |
~popups 1 |
|