|
: 23 : 23 : 0 |
if you had an agent which acts on many documentss and displays a message like this...
Select @all;
@promt([OK];"Subject";Subject);
then CTRL BREAK does not terminate the agent, it merely acknowledges the @Prompt and the agent continues to the next document in the database. Your only choice is to either loop through every document (holding down the Enter key) or kill the Notes client.
CTRL BREAK should terminate the agent entirely.
edit: I have discovered that if you flood the keyboard buffer with CTRL BREAK then the agent will terminate - but it should still do so immeditly IMHO :D
|