joyfullservice / msaccess-vcs-addin

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
Other
203 stars 40 forks source link

Unexpected Changes in Form and Report Properties after Build and Export #479

Closed Festiis closed 8 months ago

Festiis commented 8 months ago

Unexpected Changes in Form and Report Properties after Build and Export

Steps to Reproduce:

  1. Build from source on a laptop or a different screen rezolution from the one that exported source.
  2. Export all source right after the build.

Expected Behavior:

Expected the exported source to be the same as the imported, since no changes was made.

Actual Behavior:

Upon exporting the source, MS Access made unexpected changes to various form and report properties. For example:

The result is that git says 257 changes has been made.

Version Information:

"Info": {
    "AddinVersion": "3.4.23",
    "AccessVersion": "16.0 64-bit"
  }

Reproducibility:

I can reproduce it on any laptop or pc.

Note: Please let me know if any additional information is required to address this issue. I am aware that this may not have anything to do with the add-in, but I'm hoping someone may have found a workaround.

bclothier commented 8 months ago

This may help:

https://github.com/joyfullservice/msaccess-vcs-addin/wiki/FAQs#why-am-i-seeing-a-large-number-of-changed-files-after-building-my-project-from-source

Festiis commented 8 months ago

Thank you Sir

joyfullservice commented 8 months ago

@Festiis - One other tip to pass along... You might want to try the beta version as well. It is pretty close to general release, and has many improvements over version 3.

Festiis commented 8 months ago

Thanks a lot, i will grab it right away!