Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 18.0.7 ]
Solved! Go to Solution.
[ FlexSim 18.0.7 ]
Solved! Go to Solution.
You can use the application command. So we made an option in a menu that looks like this:
reset();
dbclose();
applicationcommand("disconnectmoduledlls");If you want to disconnect always press reset first and in our case we also wanted to be sure that no database connection was open. Then we disconnect the moduledll. reconnecting with code is the same:
applicationcommand("loadmoduledlls")