Avatar

Level 3

Indexes are zero-based, but the second parameter of the moveInstance method appears to point to the instance BEFORE which the source instance will be moved. Thus, if you have a five-instance subform, and you want to move the last instance to the third position, the parameters you must pass should evaluate to 4 and 2 respectively.