[go: up one dir, main page]

File: alert.html

package info (click to toggle)
tora 1.3.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,632 kB
  • ctags: 7,487
  • sloc: cpp: 68,518; perl: 1,475; ansic: 291; sh: 173; makefile: 51
file content (37 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<HTML><HEAD><TITLE>Alert Tool</TITLE></HEAD><BODY>
<H1>Alert Tool</H1>
This tool is usefull for debugging database packages that send or depend on receiving
dbms alerts.<P>
<IMG SRC=images/alert.png><P>
This tool is controled solely from it's toolbar which is followed by a list containing the
alerts received so far on the watched alerts. The toolbar contains the following controls.<P>
<TABLE>
<TR><TD VALIGN=top><B>Registered</B></TD>
<TD>This list contains the alerts that are registered for listening. To add a new alert
simply write the name in this combo box and press return or the <B>register current</B>
button immediately to the right. To remove an alert select it in the list and press the
<B>remove registered</B> button.
</TD></TR>
<TR><TD VALIGN=top><B>Register current</B></TD>
<TD>Register the name currently entered in the <B>registered</B> combo box.
</TD></TR>
<TR><TD VALIGN=top><B>Remove registered</B></TD>
<TD>Stop listening to the registered alert currently selected in the <B>registered</B>
combo box.
</TD></TR>
<TR><TD VALIGN=top><B>Name</B></TD>
<TD>Name of the alert to send.
</TD></TR>
<TR><TD VALIGN=top><B>Message</B></TD>
<TD>Message to send in an alert. Pressing return in this lineedit will send the alert.
</TD></TR>
<TR><TD VALIGN=top><B>Edit message in memo</B></TD>
<TD>Edit the message in a memo editor, usefull for sending newlines and longer messages.
</TD></TR>
<TR><TD VALIGN=top><B>Send alert</B></TD>
<TD>Send the currently defined alert. You can also send an alert by pressing return in the
<B>message</B> line editor.
</TD></TR>
</TABLE>
</BODY>
</HTML>