Message 1 of 7
Inventor-Vault (Copy Design) iLogic ThisDoc.Document.FileSaveCounter bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I came across as it seems Inventor-Vault (Copy Design) iLogic ThisDoc.Document.FileSaveCounter bug.
I am using Inventor 2020.3.4 and Vault 2020.3.3.
How to simulate the problem:
- Use this iLogic code to get the value of how many times was the file saved. First on original file. (In my example it was 5.)
MsgBox(ThisDoc.Document.FileSaveCounter)
- Use Vault Copy Design function to copy this file.
- Again use above iLogic code to get the value of how many times was the copied file saved.
- You get the same value, eventhough you did not save it yet or at least it should be different value. It does not reset the value. (In my example it was 5.)
Bug?
If you use VDS to copy the file inside Inventor, it changes counter to lower number. (In my example it was 2.)
Best regards,
Rene Repina