Skip to content

Commit

Permalink
Export serialized design for VBE Forms
Browse files Browse the repository at this point in the history
Add functionality to export class. #297
  • Loading branch information
joyfullservice committed Jan 26, 2022
1 parent 0d66a86 commit 117499e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Version Control.accda.src/modules/clsDbVbeForm.cls
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Implements IDbComponent
Private Sub IDbComponent_Export()
VerifyPath IDbComponent_SourceFile
m_Form.Export IDbComponent_SourceFile
WriteFile SerializeMSForm(m_Form), IDbComponent_BaseFolder & GetSafeFileName(m_Form.Name) & ".json"
End Sub


Expand Down Expand Up @@ -147,7 +148,7 @@ End Function
'---------------------------------------------------------------------------------------
'
Private Sub IDbComponent_ClearOrphanedSourceFiles()
ClearOrphanedSourceFiles Me, "frm", "frx"
ClearOrphanedSourceFiles Me, "frm", "frx", "json"
End Sub


Expand Down

0 comments on commit 117499e

Please sign in to comment.