Disable OasisSVN running an .accde
- GotliebA
-
Topic Author
- Offline
- Posts: 1
- Thank you received: 0
GotliebA created the topic: Disable OasisSVN running an .accde
Hello,
how are you.
Installed and activated your application under windows 10 office 2021, works fine, compliments.
Noticed that starting an .accde version of access the start of oasis induces a noticeable delay on my fast (core i9,9900K, 32GB ram, ramdisk and SSD's - on my laptop it's worse...) computer with OASIS installed. As it is no issue when programming (i.e. opening the .accdb version), it would be preferably avoided when running the .accde version as it is the operational version of the front-end (and anyway not usefull in an .accde).
Is there a way to disable the initialisation or loading of OASISSVN when running an .accde ?
how are you.
Installed and activated your application under windows 10 office 2021, works fine, compliments.
Noticed that starting an .accde version of access the start of oasis induces a noticeable delay on my fast (core i9,9900K, 32GB ram, ramdisk and SSD's - on my laptop it's worse...) computer with OASIS installed. As it is no issue when programming (i.e. opening the .accdb version), it would be preferably avoided when running the .accde version as it is the operational version of the front-end (and anyway not usefull in an .accde).
Is there a way to disable the initialisation or loading of OASISSVN when running an .accde ?
Please Log in to join the conversation.
- GillesB
-
- Offline
GillesB replied the topic: Disable OasisSVN running an .accde
There's no way to completely 'disable' any COM-AddIn from inside the AddIn.
To be more specific: Disabling an AddIn from inside should be possible - but when an AddIn is disabled it's no longer loaded and therefore it's not possible to re-enable itself
The only solution I found by now is to disable the code in the main loop and to hide the RibbonTab for OASIS.
Please try the next nightly build.
To be more specific: Disabling an AddIn from inside should be possible - but when an AddIn is disabled it's no longer loaded and therefore it's not possible to re-enable itself

The only solution I found by now is to disable the code in the main loop and to hide the RibbonTab for OASIS.
Please try the next nightly build.
Please Log in to join the conversation.