Expand my Community achievements bar.

By Exporting Data, deleted Information shouldn't be exported

Avatar

Level 3

Hi Guys,

I have a problem.

I have a textfield and enter information in it which should be populated in antother textfield. For every new entry a new textfield should appear with this information. This is the code for that:

Table_SF._Repeat_SF.addInstance(1); xfa.resolveNode("Table_SF.Repeat_SF[" + (Table_SF._Repeat_SF.count - 1) + "]").TextField1.rawValue = this.rawValue;

the information which i enter in the textfield should be also populated in a listbox. i have a delete button with this code:

0 Replies