msaccess-vcs-addin icon indicating copy to clipboard operation
msaccess-vcs-addin copied to clipboard

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.

Results 46 msaccess-vcs-addin issues
Sort by recently updated
recently updated
newest added

Huge news: (this may be old news to others...) Apparently in the latest builds you can sign Access VBA environments! This makes things quite interesting! I don't know if anyone...

This request was raised during my presentation on the Add-in at DevCon Vienna 2024: ![image](https://github.com/joyfullservice/msaccess-vcs-addin/assets/305213/06b59341-a8e1-4148-a4cd-f0299e4a4c99) Should be as simple as incorporating the following code: ``` Application.SetOption "Conditional Compilation Arguments", "Test=1"...

pending resolved

I'd like to request this is re-opened. I found a few cases where the form does automatically close. Reproduction steps: 1. Open AddIn. 2. (From ribbon) export source files. You...

One thing I'd like to implement is persistent logging in this application. The current add-in gets obliterated when it's unloaded, so any logs need to stay external to the addin,...

``` ------------------------------------- my_database.mdb VCS Version 4.0.34 Performing Full Export 22/03/2024 13:30:09 ------------------------------------- ``` Running with debug enabled. ![image](https://github.com/joyfullservice/msaccess-vcs-addin/assets/5960770/f7568466-5970-4690-8749-cc131c0c2a2e) ![image](https://github.com/joyfullservice/msaccess-vcs-addin/assets/5960770/4b2bb74c-f965-4c42-9390-b3646c377dd5) I think the screenshots help explain what's going on. It's trying...

pending resolved

This was while doing my first full export. Right after these initial log messages: ``` ------------------------------------- my_database.mdb VCS Version 4.0.34 Performing Full Export 14/03/2024 17:19:00 ------------------------------------- ``` it said `ERROR:...

pending resolved

When Export Source is started from the ribbon, the main form does not remain open despite an error message. AutoClose is always triggered. Cause: Log.ErrorLevel is always 0, as the...

pending resolved

Using VCS 4.0.34 If I select a table that I have just updated the data macro (After Update in this case), then use the Export Selected button on the Version...

When exporting the access file, a JSON file is created for the linked tables, which includes the connection string to the external database. This connection string may contain sensitive credentials,...

enhancement

It would be useful in larger projects if Rubberduck @Folder [annotations ](https://rubberduckvba.wordpress.com/tag/annotations/) in modules were optionally respected causing module files to be exported to respective sub-folders under 'modules' (forms, reports)...

enhancement