> > In previous versions, I believe 20 was the limit. However, the new > > documentation specifically says all items can be checked, and gives 9999 as > the > > But even if vStudent is declared as a note, it's only going to hold 4k string > length, right?
Yes, and at (say) 10 bytes per StudentID that places an upper limit of about 400 selections. When you're in that area, I think a CHOOSE CHKBOX is not the way to go. I use those selection dialogs with a list of "Available" in a list box on the right, "Selected" in a listbox on the left, and buttons in the middle to move the values back and forth. I like those a lot better. -- Larry
