<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Interface</title><link>https://sourceforge.net/p/spcmd/wiki/Interface/</link><description>Recent changes to Interface</description><atom:link href="https://sourceforge.net/p/spcmd/wiki/Interface/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Dec 2018 15:40:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/spcmd/wiki/Interface/feed" rel="self" type="application/rss+xml"/><item><title>Interface modified by Nicola Pibiri</title><link>https://sourceforge.net/p/spcmd/wiki/Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -25,4 +25,5 @@
 `"E"` or `"F4"` Edit source sql script (not working on pages based on internal funcionn)
 ` "H"` or `"F1"` help page (viewed with less, Q to exit). Help page is dinamic, and follow configuration in file spcmd.def
  `"/"` Search a data for a pattern and filter results (like grep). When starting a search, the script will not be executed again, and the filter will be kept on refresh of data.
- 
+
+back to [Home]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicola Pibiri</dc:creator><pubDate>Wed, 19 Dec 2018 15:40:29 -0000</pubDate><guid>https://sourceforge.netd4646839c10223121083e89ecd2621b47c773e12</guid></item><item><title>Interface modified by Nicola Pibiri</title><link>https://sourceforge.net/p/spcmd/wiki/Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -12,8 +12,8 @@
   KEY (paramater &amp;amp;1 passed to the script)
 ####Footer
   Feedback about position and last key pressed
-  filter
-  time elapsed
+  Filter
+  Time elapsed

 You can move a cursor line through data rows with cursor keys (up, down, right, left)  trough data
 On most common terminal even home, end, pageup, pagedown should work fine.
@@ -26,23 +26,3 @@
 ` "H"` or `"F1"` help page (viewed with less, Q to exit). Help page is dinamic, and follow configuration in file spcmd.def
  `"/"` Search a data for a pattern and filter results (like grep). When starting a search, the script will not be executed again, and the filter will be kept on refresh of data.

-#### Pages
-The are 2 types of pages
-#### Menu pages
-Defined in configuration file spcmd.def with a unique key, they are only containers for others menu pages or script pages
-`HR;FN_MENU;INTERNAL;Human Resources;I`
-Item can be assigned in Menu pages with a relation definition on file spcmd.def
-`REL;HR;HRD;D;NULL;HRD;G`
-You can browse menu moving cursor and choose an item by pressing `ENTER` or corresponding shortcut key
-The initial page (level 0) is named `ROOT`
-page "Connection Selector" is a particular page of menu type, and contains links to connection scripts
-
-#### Script pages
-A script page il scrictly related to a sql script file.
-Every script page  must be defined in configuration file spcmd.def with a unique key and have a related sql script, with 2 optional parameter &amp;amp;1, and &amp;amp;SQL_ACTION
-`HRE;HR_employees;SQL;HR EMPLOYEES;I;`
-First 2 rows resulting from execution of script will be considered as data header and are fixed
-Initial blank rows or starting with `"H;"` will be hidden
-
-
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicola Pibiri</dc:creator><pubDate>Wed, 19 Dec 2018 15:38:48 -0000</pubDate><guid>https://sourceforge.neta78700d9c7bf87f4c5b2a702ccfa7c8f3d465f92</guid></item><item><title>Interface modified by Nicola Pibiri</title><link>https://sourceforge.net/p/spcmd/wiki/Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,15 +1,16 @@
 SQL*Plus Commander has a text Interface.
 Most of the screen contains data
-Only the first (header) and the last (tail) rows in the screen contains other informations:
+Only the first (header) and the last (footer) rows in the screen contains other informations:

-Header
+####Header
   Name o Connection
   Type of page (SQL/Internal)
   Breadcrumb
-  level
-  Code
-  SQL_ACTION,KEY
-Tail
+  Level
+  Script or menu code
+  SQL_ACTION (parameter passed to the script)
+  KEY (paramater &amp;amp;1 passed to the script)
+####Footer
   Feedback about position and last key pressed
   filter
   time elapsed
@@ -17,12 +18,31 @@
 You can move a cursor line through data rows with cursor keys (up, down, right, left)  trough data
 On most common terminal even home, end, pageup, pagedown should work fine.

+#### Common Commands
 The following commands are activated on every page, and cannot be used for custom operations
-"Q"  go back to upper level / quit
- "R" or "F2" refresh data (re-executes script)
-"E" or "F4" Edit source sql script (not working on pages based on internal funcionn)
- "H" or "F1" help screen (viewed with less, Q to exit). Help page is dinamic, and follow configuration in file spcmd.def
+`"Q"`  go back to upper level / quit
+`"R"` or `"F2"` refresh data (re-executes script)
+`"E"` or `"F4"` Edit source sql script (not working on pages based on internal funcionn)
+` "H"` or `"F1"` help page (viewed with less, Q to exit). Help page is dinamic, and follow configuration in file spcmd.def
+ `"/"` Search a data for a pattern and filter results (like grep). When starting a search, the script will not be executed again, and the filter will be kept on refresh of data.
+ 
+#### Pages
+The are 2 types of pages
+#### Menu pages
+Defined in configuration file spcmd.def with a unique key, they are only containers for others menu pages or script pages
+`HR;FN_MENU;INTERNAL;Human Resources;I`
+Item can be assigned in Menu pages with a relation definition on file spcmd.def
+`REL;HR;HRD;D;NULL;HRD;G`
+You can browse menu moving cursor and choose an item by pressing `ENTER` or corresponding shortcut key
+The initial page (level 0) is named `ROOT`
+page "Connection Selector" is a particular page of menu type, and contains links to connection scripts
+
+#### Script pages
+A script page il scrictly related to a sql script file.
+Every script page  must be defined in configuration file spcmd.def with a unique key and have a related sql script, with 2 optional parameter &amp;amp;1, and &amp;amp;SQL_ACTION
+`HRE;HR_employees;SQL;HR EMPLOYEES;I;`
+First 2 rows resulting from execution of script will be considered as data header and are fixed
+Initial blank rows or starting with `"H;"` will be hidden

-  /        ... Search, Filter                      

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicola Pibiri</dc:creator><pubDate>Wed, 19 Dec 2018 14:28:09 -0000</pubDate><guid>https://sourceforge.net9cff9397e3864da4a19de04f61136f49a5df9d01</guid></item><item><title>Interface modified by Nicola Pibiri</title><link>https://sourceforge.net/p/spcmd/wiki/Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;SQL*Plus Commander has a text Interface.&lt;br/&gt;
Most of the screen contains data&lt;br/&gt;
Only the first (header) and the last (tail) rows in the screen contains other informations:&lt;/p&gt;
&lt;p&gt;Header&lt;br/&gt;
  Name o Connection&lt;br/&gt;
  Type of page (SQL/Internal)&lt;br/&gt;
  Breadcrumb&lt;br/&gt;
  level&lt;br/&gt;
  Code&lt;br/&gt;
  SQL_ACTION,KEY&lt;br/&gt;
Tail&lt;br/&gt;
  Feedback about position and last key pressed&lt;br/&gt;
  filter&lt;br/&gt;
  time elapsed&lt;/p&gt;
&lt;p&gt;You can move a cursor line through data rows with cursor keys (up, down, right, left)  trough data&lt;br/&gt;
On most common terminal even home, end, pageup, pagedown should work fine.&lt;/p&gt;
&lt;p&gt;The following commands are activated on every page, and cannot be used for custom operations&lt;br/&gt;
"Q"  go back to upper level / quit&lt;br/&gt;
 "R" or "F2" refresh data (re-executes script)&lt;br/&gt;
"E" or "F4" Edit source sql script (not working on pages based on internal funcionn)&lt;br/&gt;
 "H" or "F1" help screen (viewed with less, Q to exit). Help page is dinamic, and follow configuration in file spcmd.def&lt;/p&gt;
&lt;p&gt;/        ... Search, Filter                      &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicola Pibiri</dc:creator><pubDate>Wed, 19 Dec 2018 12:03:45 -0000</pubDate><guid>https://sourceforge.net5c00e11cc2e1809adec226eb326721e10675e968</guid></item></channel></rss>