- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After editing table text with a custom VB.NET program, once exited from the program, if I want to roll back to the original text using the AutoCAD Undo button, the drawing must be regenerated to have the previous text displayed properly.
Following is the sequence of the operations
1. Create a table entitled "MyTable"
2. NETLOAD (myprogram)
3. Launch myprogram
4. Myprogram edits table text in order to change table title from "MyTable" to "Components Table"
5. Exit myprogram
6. Press the AutoCAD native Undo button in order to bring back the table title to it's original value (MyTable)
7. The table title still remains "Components Table"
8. To have the table title displayed properly "MyTable" I have to regenerate the drawing with the Regen native AutoCAD function
The other objects like single line text for example do not need to regenerate the drawing, simply pressing Undo and the text is rolled back properly.
Why the table text need to regenerate the drawing?
Thankyou to all
Luigi Ballotta
Solved! Go to Solution.