Update of /cvsroot/squirrel-sql/sql12/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13503
Modified Files:
quick_start.html
Log Message:
info on insert and delete rows
Index: quick_start.html
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/quick_start.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** quick_start.html 23 Apr 2004 19:35:19 -0000 1.15
--- quick_start.html 26 Apr 2004 16:07:59 -0000 1.16
***************
*** 36,39 ****
--- 36,40 ----
<TR><TD> <A HREF="#howtoedit">How To Edit</A></TD></TR>
+ <TR><TD> <A HREF="#insert_delete">Inserting and Deleting Rows</A></TD></TR>
<TR><TD> <A HREF="#UsingPopup">Using the Popup Window</A></TD></TR>
<TR><TD> <A HREF="#EditingInPopup">Editing Within the Popup</A></TD></TR>
***************
*** 626,629 ****
--- 627,659 ----
+ <h3><a name="insert_delete"></a>Inserting and Deleteing Rows</h3>
+ You may easilly insert or delete rows in the table using the Contents Tab.
+ For both operations the table must be editable
+ (see <A href ="enablingediting">Enabling Editing</A>).
+ <P>
+ To insert a row into the table,
+ click the right mouse button, and choose the "Insert row" option from the menu.
+ This brings up a separate window showing the columns of the table
+ with two rows.
+ The first row contains the data to be filled in
+ with default values as defined for the table's columns
+ already filled in.
+ The second row shows information about the field,
+ including the type of data, the field length (if known), and so forth.
+ You should edit the values in the first row in the same way that you would
+ if that row already existed in the table.
+ When the data in the row is the way you want it, click the "OK" button
+ to have the row entered into the table.
+ <P>
+ If there are no rows in the table when you open the Contents Tab,
+ clicking the right mouse button brings up a menu with only the "Insert Row"
+ option.
+ You may use this in the normal manner to enter the first row in the table.
+ <P>
+ To delete one or more rows from the table,
+ select the rows to be deleted, then click the right mouse button and
+ choose the "Delete Rows" option from the menu.
+ <P>
+
<h3><a name="UsingPopup"></a>Using the Popup Window</h3>
<h4><a name="EditingInPopup"></a>Editing within the Popup</h4>
|