Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-accdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
source-dir: "source"
target-dir: "access-add-in"
file-name: "ACLibImportWizard.accda"
app-config: "deployment/AddIn-Config.json"
timeout-minutes: 10

- name: "Upload Build Artifact"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-zip-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
source-dir: "source"
target-dir: "access-add-in"
file-name: "ACLibImportWizard.accda"
app-config: "deployment/AddIn-Config.json"
timeout-minutes: 10

- name: "Create versioned ZIP file"
Expand Down
9 changes: 9 additions & 0 deletions deployment/AddIn-Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"DatabaseProperties": [
{
"Name": "StartUpForm",
"Type": 10,
"Value": "InstallAddInForm"
}
]
}
4 changes: 2 additions & 2 deletions source/dbs-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@
"Type": 4
},
"NavPane Width": {
"Value": 557,
"Value": 215,
"Type": 4
},
"Never Cache": {
"Value": 0,
"Type": 4
},
"Option to enable Monaco SQL Editor": {
"Value": 1,
"Value": 0,
"Type": 4
},
"Perform Name AutoCorrect": {
Expand Down
30 changes: 15 additions & 15 deletions source/forms/ACLibImportWizardForm.bas
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,9 @@ Begin Form
OverlapFlags =85
TextAlign =1
IMESentenceMode =3
Left =6143
Left =6135
Top =960
Width =1786
Width =1785
Height =293
TabIndex =8
Name ="txtRepoName"
Expand All @@ -920,9 +920,9 @@ Begin Form
BottomPadding =150
HorizontalAnchor =2

LayoutCachedLeft =6143
LayoutCachedLeft =6135
LayoutCachedTop =960
LayoutCachedWidth =7929
LayoutCachedWidth =7920
LayoutCachedHeight =1253
ColumnStart =4
ColumnEnd =4
Expand Down Expand Up @@ -960,9 +960,9 @@ Begin Form
OverlapFlags =85
TextAlign =1
IMESentenceMode =3
Left =3608
Left =3600
Top =960
Width =1703
Width =1710
Height =293
TabIndex =7
Name ="txtRepoOwner"
Expand All @@ -971,9 +971,9 @@ Begin Form
GroupTable =1
BottomPadding =150

LayoutCachedLeft =3608
LayoutCachedLeft =3600
LayoutCachedTop =960
LayoutCachedWidth =5311
LayoutCachedWidth =5310
LayoutCachedHeight =1253
ColumnStart =2
ColumnEnd =2
Expand Down Expand Up @@ -1031,7 +1031,7 @@ Begin Form
OverlapFlags =85
TextAlign =1
IMESentenceMode =3
Left =8813
Left =8790
Top =960
Width =1290
Height =293
Expand All @@ -1043,9 +1043,9 @@ Begin Form
BottomPadding =150
HorizontalAnchor =2

LayoutCachedLeft =8813
LayoutCachedLeft =8790
LayoutCachedTop =960
LayoutCachedWidth =10103
LayoutCachedWidth =10080
LayoutCachedHeight =1253
ColumnStart =6
ColumnEnd =6
Expand All @@ -1058,17 +1058,17 @@ Begin Form
Begin Label
OverlapFlags =85
TextAlign =3
Left =7988
Left =7980
Top =960
Width =757
Width =750
Height =293
Name ="Label78"
Caption ="Branch:"
GroupTable =1
BottomPadding =150
LayoutCachedLeft =7988
LayoutCachedLeft =7980
LayoutCachedTop =960
LayoutCachedWidth =8745
LayoutCachedWidth =8730
LayoutCachedHeight =1253
ColumnStart =5
ColumnEnd =5
Expand Down
Loading