----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 2:05 PM Subject: [RBG7-L] - Re: Choose Command
> > When I use the following command and choose multiple students, I get an > > error (maximum number of items have been selected) if I choose more than 20 > > students. Is there a way around this or is 20 the maximum simultaneous > > selections allowed > > > > CHOOSE vstudent FROM #VALUES FOR Stu_Fullname, stu_number FROM StudentMaster > > 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? > upper bound on the number of items you can specify. Try changing from CHKBOX > to CHKBOX 9999 and see what happens. > -- > Larry >
