Hi,

I have little logic problem here
It's like this.
I have 4 textbox :Text1, Text2, Text3, Text4
At start Text1 enabled is true, other are false.
When user fill data to Text1 and the data entry get validate is true, Text2 enabled set to true and so on with Text3 and Text4.

When user corrected data entry on Text2 and the data entry get validate is false, Text3, Text4 enabled property set to false but the value remain.

When user corrected data entry on Text1 and the data entry get validate is false, Text2, Text3, Text4 enabled property set to false but the value remain.

And so on.

Hope you all got my message.