File: mpsql_toolbar.html

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
file content (56 lines) | stat: -rw-r--r-- 3,097 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i686) [Netscape]">
   <TITLE>MPSQL - Toolbar</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A HREF="mpsql.html">MPSQL Contents</A>
<H2>
Toolbar</H2>
<IMG SRC="app.gif" HEIGHT=158 WIDTH=375>
<P>The Toolbar provides the user with visual shortcuts to commonly used
menu selections.
<P><IMG SRC="btn_new.gif" HEIGHT=56 WIDTH=55>
<P>New creates a new empty buffer named 'scratch' and makes it the currently
displayed buffer in the <A HREF="mpsql_edit.html">SQL Command Window</A>.
See: <A HREF="mpsql_menu_file.html">File Menu</A>,
<A HREF="mpsql_menu_buffers.html">Buffers
Menu</A>
<P><IMG SRC="btn_open.gif" HEIGHT=56 WIDTH=57>
<P>Open displays an open file dialog and allows the user to select a SQL
script file to edit or execute. The file is opened in a new buffer and
displayed in the <A HREF="mpsql_edit.html">SQL Command Window</A>, the
file name is added to the application's title bar and the menu buffers
list. See: <A HREF="mpsql_menu_file.html">File Menu</A>, <A HREF="mpsql_menu_buffers.html">Buffers
Menu</A>
<P><IMG SRC="btn_save.gif" HEIGHT=57 WIDTH=58>
<P>Save writes the currently displayed buffer in the <A HREF="mpsql_edit.html">SQL
Command Window</A> to a file. If the buffer is unamed, the user is prompted
to enter a file name in a file save dialog box. If the buffer was created
from an existing file, the file is updated. See: <A HREF="mpsql_menu_file.html">File
Menu</A>, <A HREF="mpsql_menu_buffers.html">Buffers Menu</A>
<P><IMG SRC="btn_print.gif" HEIGHT=57 WIDTH=54>
<P>Print displays a dialog box prompting the user to enter the destination
printer for the currently displayed buffer. See: <A HREF="mpsql_menu_file.html">File
Menu</A>, <A HREF="mpsql_menu_buffers.html">Buffers Menu</A>
<P><IMG SRC="btn_exec.gif" HEIGHT=56 WIDTH=56><IMG SRC="btn_cancel.gif" HEIGHT=56 WIDTH=56>
<P>Execute runs the SQL statements in the buffer currently displayed in
the <A HREF="mpsql_edit.html">SQL Command Window</A>. Highlighted selections
are executed or if there are no selections, all statements in the buffer
are executed. To cancel the currently running query, click the query button
again or use Ctrl-Z. When a query is executing, the query button displays
a red 'X' indicating that you can use it to cancel the query. See: <A HREF="mpsql_menu_query.html">Query
Menu</A>, <A HREF="mpsql_menu_buffers.html">Buffers Menu</A>
<P><IMG SRC="btn_spool.gif" HEIGHT=57 WIDTH=56>
<P>Spool displays a dialog box prompting the user to enter a filename to
spool the query results to. This does not enable spooling, it only sets
the file that data should be spooled to. See: <A HREF="mpsql_menu_options.html">Options
Menu</A>
<P><IMG SRC="btn_conn.gif" HEIGHT=58 WIDTH=58>
<P>Connect displays a dialog box prompting the user for database login
information. See: <A HREF="mpsql_menu_file.html">File Menu</A>
<P><IMG SRC="bar.gif" HEIGHT=40 WIDTH=400>
</BODY>
</HTML>