x-ware-ltd / access-scc-addin

Microsoft Access SCC Addin
Apache License 2.0
2 stars 4 forks source link

Set Company and Comments for Add-in #62

Open gilbertbw opened 3 years ago

gilbertbw commented 3 years ago

@bkp7 https://github.com/x-ware-ltd/access-scc-addin/pull/58#pullrequestreview-527232763 :

after creating the new mda you need to populate the 'Company' and 'Comments' fields in the DB Properties section (File/'View and edit database properties'). The values for this need to be decided

These fields are displayed in the Add-in Manager. At the moment you see something like this: image

The issue with setting these is that they are not currently persisted by the add-in, so they would have to be set manually. We should investigate whether they can be set programmatically.

gilbertbw commented 6 months ago

It looks like you can set the Project description using Application.VBE.ActiveVBProject.Description = "Test", I can't see anywhere in the UI to set the Company, and searching around can't see anyone talking about how to set it with code or in the UI