> 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
upper bound on the number of items you can specify.  Try changing from CHKBOX
to CHKBOX 9999 and see what happens.
--
Larry

Reply via email to