Joel:
The following statement allows you to select up to 30 employees, by changing
the value after CHKBOX you can specify any limit you want (subject to memory
limitations.


  CHOOSE vsel FROM #VALUES FOR +
  (LJS(slot_no, 10) & LJS(emp_sname, 20)), #1 +
  FROM emp_file +
  ORDER BY emp_sname ASC +
  CHKBOX 30 +
TITLE 'Employee List' CAPTION 'Select Up To 30 Employees...' LINES 10
FORMATTED

Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joel Solomon
Sent: Friday, October 08, 2004 1:56 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - 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
............


Joel Solomon
Controller
Barbizon International
[EMAIL PROTECTED]

Reply via email to