Steve, if I have a lot of check boxes to deal with I create a temporary
table from the data and then add a column (alter table) to handle the check
box.  I then create a form with a scrolling region based on the temporary
table.  The scrolling region contains the data and a separate field for the
check box.  This give me a lot of control of the data and makes a very nice
presentation to the user.

 

John

 

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen
Sent: Wednesday, May 07, 2008 6:25 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - CHECK OOX QUESTION

 

Is there a better way to do a check box.

 

Problem is that using this method in 7.6 it limits me to only beling able to
choose 10 itmes and there are sometimes many more items to choose from.

 

Are there better methods or can this limit be expanded.

 

 

CHOOSE vpon FROM #VALUES FOR  +
(  +
(LJS(pon, 12))      & +
(LJS(macola, 12)) & +
(LJS(custnub2, 30)) & +
(LJS(cdiinv, 10)) & +
(LJS(custname, 30))  +
),pon FROM atvtempview ORDER BY  macola,custnub2,cdiinv=ASC FOOTING CHKBOX
TITLE +
'* Shift-F6 = ALL or ENTER key to choose omers - F2 when done *'  FORMATTED
-- 'POn     MACOLA#  CUSTOMER#  INVOICE#     CUSTOMER     '

 

Thanks

 

 

Stephen Breen

CDI Services, Inc.

Road Support Division

 

Reply via email to