sf-static/sql/modules/views/help/results.php

25 lines
1.3 KiB
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
<div class="heading">Working with results</div>
<ul>
<li>Once results are displayed in the center pane after successful select queries, you can:</li>
<ul>
<li>Sort the results without resubmitting the query, by clicking on the result header columns.</li>
<li>Select one or more records to be deleted, by using the checkboxes at the beginning of each record.</li>
<li>Edit the results, by double clicking any result set field.<br />
Press Enter to complete editing, or Escape to cancel and revert to the default value.
</li>
<li>You can also use the following keys during edit mode to navigate the result set.<br />
TAB: Edit previous record field<br />
SHIFT + TAB: Edit next record field<br />
UP ARROW: Edit previous record<br />
DOWN ARROW: Edit next record<br />
</li>
</ul>
<li>Press 'Delete Record(s)' button to execute auto generated queries in batch mode to delete all selected records.
</li>
<li>Press 'Update Record(s)' button to generate and execute queries after you have completed editing. The result of the editing operation is shown in the messages pane after completion of the query execution.
<br/><br/><img align="right" alt="Update button" src='img/help/btnupd.gif' border="0" />
</li>
</ul>
</div>