Hi all,
I have use ilogic code for updating styles, borders, title blocks and sketch symbols. It is triggered when an drawing is opened or saved. It can also by triggered by an button. It all works fine, unless you use the function "Open drawing from vault".
I find already the following topics;
iLogic error when using "Open Drawing From Vault"
Error iLogic Rule by Open Drawing from Vault
Unfortunately, but both topics have no working solutions.
Things I tested;
"ThisDoc.Document.FullFileName" > It gets the right file name of the drawing
"InventorVb.DocumentUpdate()" seems to work (no error)
"ThisDoc.Document.IsModifiable" I get back 'true'
But as soon as I try to change / delete something in the file an error occurs.
Anybody who knows an solution? Or something to try?