Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word Page Layout
Lock a table's size
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jezebel, post: 5701825"] You can detect that the user has added a new row by catching the WindowSelectionChange event: if you're in the last row of *that* table, and the rowindex is greater than the 'correct' number of rows for that table, then delete the row ... OK in theory, but I wouldn't recommend it. Fairly complex to code, and confusing as hell for the user. A better approach would be to let the user do what they like, then validate the document before using it for whatever purpose demands the fixed size table. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word Page Layout
Lock a table's size
Top