|
I am using R:Base v6.5++ (Windows) Build
1.866xRT03.
I have created a utility that utilizes the
CHOOSE command with the CHKBOX n parameter.
I have a table in my database that contains
250 rows of data. One of the fields in my database is named "prodtype" and
contains unique values but is not a Primary Key. The user is presented
with a list of every value within the specified field and is asked to select the
values they want to use from the list. Here is how I have constructed the
CHOOSE command:
CHOOSE gtprodtype FROM #VALUES FOR prodtype
FROM products AT 25, 35 CHKBOX 500 TITLE 'Select Product
Types'
When the program is run the user presses
SHFT-F6 to select all the values. A message is then displayed that tells
the user that "Maximum Number Of Checks Has Been Made". When I check the
contents of the gtprodtype variable it only contains 99 values, not
250.
What do I need to do to allow the user to
select all 250 values?
Thanks for your assistance.
RB
|
[RBASE-L] - CHKBOX Limitations, Problem #1.
Trinity Business Technologies Thu, 18 Dec 2003 02:32:54 -0800

