05-14-2012 11:03 PM - edited 05-14-2012 11:05 PM
Did you try it the way I suggested, with all the controls inside the while loop, as shown below? If not, give it a try - I believe it works exactly as you want, with no need for setting default values. If this solves the problem, make sure you understand why it's necessary to put the controls in the loop. (ignore the broken "panel" reference wire, seems to be an oddity of creating a code snippet)
EDIT: if this does not fix your problem, please attach the latest version of your code, demonstrating the problem that you see.
05-15-2012 08:22 PM
Beautiful, that did the trick. Thanks.