I have a program, where i want to write "notes" into a TMemo field, to show the status of subrutins that have been run. However, my program Freezes, when adding a line to the Memo field after every subrutine has been executed. If I make 3 time the add statement at the beginning of the code, it works fine, but adding text to the memo field after each call to a subrutine, it freezes... i do not know why it does not work !? Any idea??? Do i need a kind of "open", "Close" function of the Memo field to get it to work... i does not have that - correct me if I am wrong
They make some calculations and generates some txt files with the result in them. It all runs perfect without the Memo field... but i would like to add it, so I can write a status to this memo field...