Report Editor (in BCB6)

After many minutes editing a report, the used memory grow up (1.9Go used on my computer).
If I close the report Editor, the memory is released.
I wonder if you have a memory management problem in the editor.

My main problem is that I must save and close my editor every 15 minutes and open it again to continue editing my report. If I don't do that, the editor goes out of memory and I can't save my work.

Comments

  • edited 6:33PM
    Probably the Undo list is growing. Each action in the editor is saved to the memory stream to allow undo/redo feature.

Leave a Comment