Re: Delete "form"
| Newsgroups | gmane.comp.windows.eccopro |
|---|---|
| Message-ID | <[email protected]> |
Yikes Bhushan,,, looks like your total pointer and item counts are too high at ~69k total and nearly 64k items. I think your file is flirting with trouble, you are at or very close to the limit of the number of items and pointers. May need to think of strategies for splitting up the file before you run into problems. I think your main issue is just too many items. I have not seen that message about forms, but it's possible that the file is doing crazy things because the item and pointer counts are out of bounds. I would deal with this sooner rather than later. Back up, back up, back up and reduce your item count!