Hello Hristo,
Thank you for your answer.
That won’t work for me since I’ve already done the table, but for each record, I need to load the correct .txt.
Those .txt have some information for each specific entry and they are quite big so I cannot store them into an array, that’s why I’m trying to load direcly from each .txt file.
Bottom line, I have a DataTable with all the entries done, but each entry requires to load the contents of an especific .txt on a Tab inside a textarea (would work too on a popup or a window actually, the thing is to be able to load the contents).
Thank you.