Textfield array destroyed

It happens sometimes, that a programm cannot adress an array of textfields propperly any more.

two minutes ago it worked and now it does not.

it says : Window1.textfield1.Name Layout (property name) - This item does not exist
Name

is there any possibility to repair this without destroing the whole array?

Actually I had a very similar copy on the harddisk, so with a few changes I could repair it, but if this heppens in another situation it could be very bad. I have another arry in my program, which will react the same way.
There is a lostfocus-event, which I do not need any more. And if I delete this event, the whole array react, as I said above.

Sounds to me more like there is something else going on that causes the problem
But without seeing your project its hard to say what it might be

[quote=96961:@Robert Blazek]it says : Window1.textfield1.Name Layout (property name) - This item does not exist
Name[/quote]

From what I read, TextField1.Name does not address an array element. Should it not be TextField1(x).Name ?

It stood like this - and in the window the Textfield1(0) was marked. In another case the textfield with index 15 is marked, when this occurs.
To Norman: Well come over then :slight_smile: to have a look at.