You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Int32</div><div>error cell column (optional, if not given then whole row is selected)</div></dd></dl></div><divclass="return"><h3>Returns</h3><divclass="item">Boolean</div><divclass="returns"></div></div></div><divclass="footer">
18
18
Produced by the <ahref="https://livedocumenter.barryjones.me.uk/">Live Documenter</a>.
Copy file name to clipboardexpand all lines: docs/devdoc/index.htm
+12-20
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ <h3 id="db-functions-and-their-config-files">DB Functions and their config files
39
39
</ul>
40
40
<h3id="db-modifiers">DB Modifiers</h3>
41
41
<ul>
42
-
<li>DBModif.vb - DBModif Class: Abstraction of a DB Modification Object and descendant concrete classes DBMapper, DBAction or DBSeqnce; also contains global helper functions for DBModifiers and an abstract helper class CustomCommandBuilder for building Insert/Update/Delete Statements for DBMapper having concrete implementations in CustomSqlCommandBuilder, CustomOleDbCommandBuilder and CustomOdbcCommandBuilder.</li>
42
+
<li>DBModif.vb - DBModif Class: Abstraction of a DB Modification Object and descendant concrete classes DBMapper, DBAction or DBSeqnce; contains an abstract helper class CustomCommandBuilder for building Insert/Update/Delete Statements for DBMapper having concrete implementations in CustomSqlCommandBuilder, CustomOleDbCommandBuilder and CustomOdbcCommandBuilder.</li>
43
+
<li>DBModifHelper.vb - global helper functions for DBModifiers</li>
43
44
<li>DBModifCreate.vb - Dialog for creating DB Modifier configurations</li>
44
45
<li>EditDBModifDef.vb - Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions, reused to also show DBAddin settings</li>
<li>DBSheetCreateForm.vb - Form for defining/creating DBSheet definitions</li>
50
51
<li>DBConnHelper.vb - connection helper class (Connection configuration data) used for DBSheetCreateForm.vb and AdHocSQL.vb</li>
51
52
</ul>
52
-
<h3id="addin-global-code">Addin global code</h3>
53
+
<h3id="addin-gui-modules">Addin GUI modules</h3>
53
54
<ul>
54
-
<li>Globals.vb - Global variables and functions for DB Addin</li>
55
-
<li>MenuHandler.vb - handles all Menu related aspects (context menu for building/refreshing, "DBAddin"/"Load Config" tree menu for retrieving stored configuration files, etc.)</li>
55
+
<li>MenuHandler.vb - the ExcelRibbon derived MenuHandler class takes care of all Ribbon Menu related aspects, including display of the "Load Config" tree menu for retrieving stored configuration files and the cell context menu for building/refreshing. The contained MenuHandlerGlobals module contains the global variables theRibbon and theAdHocSQLDlg and the public procedures refreshData and jumpButton</li>
56
56
<li>AboutBox.vb - About box: used to provide information about version/buildtime and links for local help and project homepage</li>
57
-
<li>AddInEvents.vb - AddIn Connection class, also handling Events from Excel (Open, Close, Activate)</li>
58
57
<li>AdHocSQL.vb - Issuing adhoc SQL Commands from a dialog box</li>
58
+
<li>DBDocumentation.vb - simple popup dialog for displaying DB Documentation</li>
59
+
</ul>
60
+
<h3id="addin-global-code">Addin global code</h3>
61
+
<ul>
62
+
<li>AddInEvents.vb - AddIn Connection class, also handling Events from Excel (Open, Close, Activate)</li>
63
+
<li>Globals.vb - Global variables and functions for DB Addin</li>
64
+
<li>Logging.vb - logging and message related functions</li>
59
65
</ul>
60
66
61
-
<h2>Namespaces</h2>
62
-
<table>
63
-
<thead>
64
-
<tr>
65
-
<th>Name</th>
66
-
<th>Description</th>
67
-
</tr>
68
-
</thead>
69
-
<tr>
70
-
<td>
71
-
<ahref="4294967296-DBaddin.htm">DBaddin</a>
72
-
</td>
73
-
<td/>
74
-
</tr>
75
-
</table>
67
+
<h2><ahref="https://rkapl123.github.io/DBAddin">Back to DBaddin</a></h2>
76
68
</div>
77
69
<divclass="footer">
78
70
Produced by the <ahref="https://livedocumenter.barryjones.me.uk/">Live Documenter</a>.
Copy file name to clipboardexpand all lines: docs/index.htm.bak
+12-20
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@
39
39
</ul>
40
40
<h3 id="db-modifiers">DB Modifiers</h3>
41
41
<ul>
42
-
<li>DBModif.vb - DBModif Class: Abstraction of a DB Modification Object and descendant concrete classes DBMapper, DBAction or DBSeqnce; also contains global helper functions for DBModifiers and an abstract helper class CustomCommandBuilder for building Insert/Update/Delete Statements for DBMapper having concrete implementations in CustomSqlCommandBuilder, CustomOleDbCommandBuilder and CustomOdbcCommandBuilder.</li>
42
+
<li>DBModif.vb - DBModif Class: Abstraction of a DB Modification Object and descendant concrete classes DBMapper, DBAction or DBSeqnce; contains an abstract helper class CustomCommandBuilder for building Insert/Update/Delete Statements for DBMapper having concrete implementations in CustomSqlCommandBuilder, CustomOleDbCommandBuilder and CustomOdbcCommandBuilder.</li>
43
+
<li>DBModifHelper.vb - global helper functions for DBModifiers</li>
43
44
<li>DBModifCreate.vb - Dialog for creating DB Modifier configurations</li>
44
45
<li>EditDBModifDef.vb - Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions, reused to also show DBAddin settings</li>
45
46
</ul>
@@ -49,30 +50,21 @@
49
50
<li>DBSheetCreateForm.vb - Form for defining/creating DBSheet definitions</li>
50
51
<li>DBConnHelper.vb - connection helper class (Connection configuration data) used for DBSheetCreateForm.vb and AdHocSQL.vb</li>
51
52
</ul>
52
-
<h3 id="addin-global-code">Addin global code</h3>
53
+
<h3 id="addin-gui-modules">Addin GUI modules</h3>
53
54
<ul>
54
-
<li>Globals.vb - Global variables and functions for DB Addin</li>
55
-
<li>MenuHandler.vb - handles all Menu related aspects (context menu for building/refreshing, "DBAddin"/"Load Config" tree menu for retrieving stored configuration files, etc.)</li>
55
+
<li>MenuHandler.vb - the ExcelRibbon derived MenuHandler class takes care of all Ribbon Menu related aspects, including display of the "Load Config" tree menu for retrieving stored configuration files and the cell context menu for building/refreshing. The contained MenuHandlerGlobals module contains the global variables theRibbon and theAdHocSQLDlg and the public procedures refreshData and jumpButton</li>
56
56
<li>AboutBox.vb - About box: used to provide information about version/buildtime and links for local help and project homepage</li>
57
-
<li>AddInEvents.vb - AddIn Connection class, also handling Events from Excel (Open, Close, Activate)</li>
58
57
<li>AdHocSQL.vb - Issuing adhoc SQL Commands from a dialog box</li>
58
+
<li>DBDocumentation.vb - simple popup dialog for displaying DB Documentation</li>
59
+
</ul>
60
+
<h3 id="addin-global-code">Addin global code</h3>
61
+
<ul>
62
+
<li>AddInEvents.vb - AddIn Connection class, also handling Events from Excel (Open, Close, Activate)</li>
63
+
<li>Globals.vb - Global variables and functions for DB Addin</li>
64
+
<li>Logging.vb - logging and message related functions</li>
59
65
</ul>
60
66
61
-
<h2>Namespaces</h2>
62
-
<table>
63
-
<thead>
64
-
<tr>
65
-
<th>Name</th>
66
-
<th>Description</th>
67
-
</tr>
68
-
</thead>
69
-
<tr>
70
-
<td>
71
-
<a href="4294967296-DBaddin.htm">DBaddin</a>
72
-
</td>
73
-
<td/>
74
-
</tr>
75
-
</table>
67
+
<h2><a href="https://rkapl123.github.io/DBAddin">Back to DBaddin</a></h2>
76
68
</div>
77
69
<div class="footer">
78
70
Produced by the <a href="https://livedocumenter.barryjones.me.uk/">Live Documenter</a>.
0 commit comments