Message 1 of 2
Roll back last revision
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. Is there a way to roll back numbering in revision table using VBA or iLogic?
I know how to change active row to previous, to be able to delete row with last revision.
Unfortunately when I try to add new revision, index of revision drop deleted number and jump to next one.
E.g. the last revision index was B, I changed active row to rev A, deleted row with rev B, changed drawing revision in iProperties to rev A. But when I try add new revision row it jump to rev C.
I tried to rewrite revision table - using iLogic/VBA copy text to array, delete table, add new and fill with texts from array, but without removing all Revision Tags, INV insert old revision table.
Any clue how reset or change revision counter?