Skip to content

Commit e2e0f2f

Browse files
committed
Export all modules (without CodeLib tags) if export to application folder
1 parent bdfd2b3 commit e2e0f2f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

access-add-in/ACLibImportWizard.accda

0 Bytes
Binary file not shown.

source/ACLibFileManager.cls

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,14 @@ Public Property Let ExportAllToApplicationSourceFolder(ByVal NewValue As Boolean
215215
End Property
216216

217217
Public Sub ExportAll()
218-
ExportAllModules
218+
219+
Dim ExportComponentsWithoutCodeLibInfo As Boolean
220+
ExportComponentsWithoutCodeLibInfo = m_ExportAllToApplicationSourceFolder
221+
222+
ExportAllModules ExportComponentsWithoutCodeLibInfo
219223
ExportAllForms
220224
ExportAllReports
225+
221226
End Sub
222227

223228
Public Sub ExportAllModules(Optional ExportComponentsWithoutCodeLibInfo As Boolean = False)

source/ACLibImportWizardForm.frm

-120 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)