Skip to content

Commit 5108446

Browse files
committed
use msaccess-vcs for source export
1 parent 97df07f commit 5108446

File tree

77 files changed

+8174
-729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8174
-729
lines changed

.Copy2AddInFolder.cmd

Lines changed: 0 additions & 1 deletion
This file was deleted.

.CreateWorkingFileFormAddInFolder.cmd

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitattributes

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# gitattributes template for Microsoft Access database source files
2+
# Source: https://github.com/joyfullservice/msaccess-vcs-integration
3+
#
4+
5+
###############################################################################
6+
# Set default behavior to automatically normalize line endings.
7+
###############################################################################
8+
* text=auto
9+
10+
###############################################################################
11+
# Ensure that source files use CRLF for newlines, in case they are downloaded
12+
# in a compressed archive directly from GitHub. (Otherwise class modules may
13+
# not be imported correctly. See issue #150 for more details.)
14+
###############################################################################
15+
# Most source files use this extension
16+
*.bas text eol=crlf
17+
# Class modules
18+
*.cls text eol=crlf
19+
# Some object definitions
20+
*.xml text eol=crlf
21+
# SQL output
22+
*.sql text eol=crlf
23+
# Forms 2.0 form definitions (rarely used)
24+
*.frm text eol=crlf
25+
# Common source file
26+
*.json text eol=crlf
27+
28+
###############################################################################
29+
# Clarify that the source language is VBA (Auto-detection not always accurate)
30+
# https://github.com/github/linguist/blob/master/docs/overrides.md
31+
###############################################################################
32+
*.bas linguist-language=VBA
33+
*.cls linguist-language=VBA
34+
*.twin linguist-language=VBA
35+
36+
# Git files
37+
*.gitattributes text
38+
*.gitattributes linguist-language=gitattributes
39+
40+
# Ignore files (like .npmignore or .gitignore)
41+
*.*ignore text
42+
*.*ignore export-ignore

.gitignore

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
/*.accdb
1+
# gitattributes template for Microsoft Access database source files
2+
# Website: https://github.com/joyfullservice/msaccess-vcs-addin
3+
#
4+
5+
# Ignore Microsoft Access database binary files (Build these from source)
6+
*.accda
7+
*.accdb
8+
*.mdb
9+
10+
# Ignore database lock files
11+
*.laccdb
12+
*.ldb
13+
14+
# The local VCS index file is paired with the binary database file
15+
# and should not be comitted to version control.
16+
vcs-index.json
17+
18+
# Ignore any dotenv files (used for external database connections)
19+
*.env
20+
21+
# Ignore log files generated by the VCS Add-in
22+
# Comment out the following line if you wish to include log files in git.
23+
*.log
-1.45 MB
Binary file not shown.

source/codelib/base/defGlobal.bas

Lines changed: 0 additions & 92 deletions
This file was deleted.

source/codelib/readme.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

source/dbs-properties.json

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
{
2+
"Info": {
3+
"Class": "clsDbProperty",
4+
"Description": "Database Properties (DAO)"
5+
},
6+
"Items": {
7+
"AccessVersion": {
8+
"Value": "09.50",
9+
"Type": 10
10+
},
11+
"AllowBuiltInToolbars": {
12+
"Value": true,
13+
"Type": 1
14+
},
15+
"AllowDatasheetSchema": {
16+
"Value": false,
17+
"Type": 1
18+
},
19+
"AllowFullMenus": {
20+
"Value": true,
21+
"Type": 1
22+
},
23+
"AllowShortcutMenus": {
24+
"Value": true,
25+
"Type": 1
26+
},
27+
"AllowSpecialKeys": {
28+
"Value": true,
29+
"Type": 1
30+
},
31+
"AllowToolbarChanges": {
32+
"Value": true,
33+
"Type": 1
34+
},
35+
"ANSI Query Mode": {
36+
"Value": 0,
37+
"Type": 4
38+
},
39+
"AppTitle": {
40+
"Value": "Access Code Library - FilterForm Wizard",
41+
"Type": 10
42+
},
43+
"Auto Compact": {
44+
"Value": 0,
45+
"Type": 4
46+
},
47+
"Build": {
48+
"Value": 231,
49+
"Type": 4
50+
},
51+
"CheckTruncatedNumFields": {
52+
"Value": 1,
53+
"Type": 4
54+
},
55+
"Clear Cache on Close": {
56+
"Value": 0,
57+
"Type": 4
58+
},
59+
"CollatingOrder": {
60+
"Value": 1033,
61+
"Type": 3
62+
},
63+
"Connect": {
64+
"Value": "",
65+
"Type": 12
66+
},
67+
"DesignMasterID": {
68+
"Value": "",
69+
"Type": 15
70+
},
71+
"DesignWithData": {
72+
"Value": false,
73+
"Type": 1
74+
},
75+
"HasOfflineLists": {
76+
"Value": 70,
77+
"Type": 3
78+
},
79+
"Name": {
80+
"Value": "rel:ACLibFilterFormWizard.accdb",
81+
"Type": 12
82+
},
83+
"NavPane Category": {
84+
"Value": 0,
85+
"Type": 4
86+
},
87+
"NavPane Closed": {
88+
"Value": 0,
89+
"Type": 4
90+
},
91+
"NavPane Sort By": {
92+
"Value": 1,
93+
"Type": 4
94+
},
95+
"NavPane View By": {
96+
"Value": 0,
97+
"Type": 4
98+
},
99+
"NavPane Width": {
100+
"Value": 794,
101+
"Type": 4
102+
},
103+
"Never Cache": {
104+
"Value": 0,
105+
"Type": 4
106+
},
107+
"Perform Name AutoCorrect": {
108+
"Value": 0,
109+
"Type": 4
110+
},
111+
"Picture Property Storage Format": {
112+
"Value": 1,
113+
"Type": 4
114+
},
115+
"ProjVer": {
116+
"Value": 142,
117+
"Type": 3
118+
},
119+
"QueryTimeout": {
120+
"Value": 60,
121+
"Type": 3
122+
},
123+
"RecordsAffected": {
124+
"Value": 0,
125+
"Type": 4
126+
},
127+
"ReplicaID": {
128+
"Value": "",
129+
"Type": 15
130+
},
131+
"Show Navigation Pane Search Bar": {
132+
"Value": 1,
133+
"Type": 4
134+
},
135+
"Show Values in Indexed": {
136+
"Value": 1,
137+
"Type": 4
138+
},
139+
"Show Values in Non-Indexed": {
140+
"Value": 1,
141+
"Type": 4
142+
},
143+
"Show Values in Remote": {
144+
"Value": 0,
145+
"Type": 4
146+
},
147+
"Show Values Limit": {
148+
"Value": 1000,
149+
"Type": 4
150+
},
151+
"ShowDocumentTabs": {
152+
"Value": true,
153+
"Type": 1
154+
},
155+
"StartUpShowDBWindow": {
156+
"Value": true,
157+
"Type": 1
158+
},
159+
"StartUpShowStatusBar": {
160+
"Value": true,
161+
"Type": 1
162+
},
163+
"Theme Resource Name": {
164+
"Value": "Office",
165+
"Type": 10
166+
},
167+
"Themed Form Controls": {
168+
"Value": 1,
169+
"Type": 4
170+
},
171+
"Track Name AutoCorrect Info": {
172+
"Value": 0,
173+
"Type": 4
174+
},
175+
"Transactions": {
176+
"Value": true,
177+
"Type": 1
178+
},
179+
"Updatable": {
180+
"Value": true,
181+
"Type": 1
182+
},
183+
"Use Microsoft Access 2007 compatible cache": {
184+
"Value": 0,
185+
"Type": 4
186+
},
187+
"UseAppIconForFrmRpt": {
188+
"Value": false,
189+
"Type": 1
190+
},
191+
"UseMDIMode": {
192+
"Value": 1,
193+
"Type": 2
194+
},
195+
"Version": {
196+
"Value": "14.0",
197+
"Type": 12
198+
},
199+
"WebDesignMode": {
200+
"Value": 0,
201+
"Type": 2
202+
}
203+
}
204+
}

0 commit comments

Comments
 (0)