JBirner
Mechanical
- Mar 28, 2007
- 12
I seem to have problem with adding a new row to my revision table. I found an example of code that was adding a row and it seemed to work ok on their drawing sheet with their title block.
However when i try the same block of code in sw2006 it does not seem to work and when I add my fields to the table it just seems to overwrite the last revision instead of adding a new row and inserting it there.
Here is the code.
RevTable.AddRevision (PartRev)
I'm guessing it worked on their drawing sheet because it was an older version maybe?
Any help would be great --- thanks.
However when i try the same block of code in sw2006 it does not seem to work and when I add my fields to the table it just seems to overwrite the last revision instead of adding a new row and inserting it there.
Here is the code.
RevTable.AddRevision (PartRev)
I'm guessing it worked on their drawing sheet because it was an older version maybe?
Any help would be great --- thanks.