Error: Subset Update
Posted: Thu May 21, 2015 3:54 pm
Hello All
I am trying to update the subset.
So first i delete all elements in the subset and insert the elements including new one in the TI process.
SubsetDeleteAllElements(dim, sSub);
SubsetElementInsert (dim, sSub,'ABC', 1);
SubsetElementInsert (dim, sSub,'BCD', 2);=> New Element
SubsetElementInsert (dim, sSub,'DEF', 3);
Error:
Position of element exceeds the number of elements in subset +1.
When i open the subset, i found ABC and BCD. Earlier it had ABC and DEF. So it occupied only two seats on the train.
What could be the best practice to avoid it?
Thank You
Dharav
I am trying to update the subset.
So first i delete all elements in the subset and insert the elements including new one in the TI process.
SubsetDeleteAllElements(dim, sSub);
SubsetElementInsert (dim, sSub,'ABC', 1);
SubsetElementInsert (dim, sSub,'BCD', 2);=> New Element
SubsetElementInsert (dim, sSub,'DEF', 3);
Error:
Position of element exceeds the number of elements in subset +1.
When i open the subset, i found ABC and BCD. Earlier it had ABC and DEF. So it occupied only two seats on the train.
What could be the best practice to avoid it?
Thank You
Dharav