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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Microsoft FrontPage (Visual InterDev Edition) 2.0">
<title>MPSQL - Toolbar</title>
</head>
<body bgcolor="#FFFFFF">
<a href="mpsql.html">MPSQL Contents</a>
<h2>Toolbar</h2>
<p><img src="app.gif" width="375" height="158"></p>
<p>The Toolbar provides the user with visual shortcuts to
commonly used menu selections.</p>
<p><img src="btn_new.gif" width="55" height="56"></p>
<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>
<p><img src="btn_open.gif" width="57" height="56"></p>
<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>
<p><img src="btn_save.gif" width="58" height="57"></p>
<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>
<p><img src="btn_print.gif" width="54" height="57"></p>
<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>
<p><img src="btn_exec.gif" width="56" height="56"></p>
<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. See: <a
href="mpsql_menu_query.html">Query Menu</a>, <a
href="mpsql_menu_buffers.html">Buffers Menu</a></p>
<p><img src="btn_spool.gif" width="56" height="57"></p>
<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>
<p><img src="btn_conn.gif" width="58" height="58"></p>
<p>Connect displays a dialog box prompting the user for database
login information. See: <a href="mpsql_menu_file.html">File Menu</a></p>
<p><img src="bar.gif" width="400" height="40"></p>
</body>
</html>
|