Have not attended yet. Want to by end of year. Economic conditions have held me up so far. Have used forms based on dummy table before to generate temp views and temp tables based on variables before but never to display or select data from a table with data in it. Steve
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of jan johansen Sent: Wednesday, May 07, 2008 6:46 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: CHECK OOX QUESTION Steve, The short answer is yes there is a better way. The explaining of it is a little tougher Have you been to any of Razzak's training? If so I can point you to a couple of samples that can work. You need to create a form that is not attached to a table like a variable form. Then place a Variable list view on the form on use the multi-select options of the list view to get you started. Jan -----Original Message----- From: "Steve Breen" <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 7 May 2008 18:25:09 -0400 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

