trichview.support
Re: Item numbers |
Author |
Message |
Sergey Tkachenko |
Posted: 05/06/2002 11:39:39 You can disallow modifying table cells using table OnCellEditing event (since version 1.6.11) You can determine if the table is deleted using OnItemAction event (since version 1.6.20) There is no way to disallow deletion of table (except from document consisting only from this table). But you can try the following: if you detect deletion of table (OnItemAction), set some flag, and call Undo on the next OnChange. (of course, you should allow to delete table when document is cleared). > I only have a problem when the user deletes the table. How can I make an > item unmodifiable or undeleteable? Or how can I at least detect, whether the > item is still there and my pinter is valid? > > Benedikt |
Powered by ABC Amber Outlook Express Converter