That and the Choose command AFAIK is still limited to NOTE capacity of about 4k. If you absolutely have to have a great big list of things to choose from, then roll your own choose command incorporating either a variable user defined ListBox or ListView.
----- Original Message ----- From: "jan johansen" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, March 05, 2012 3:26 PM Subject: [RBASE-L] - Re: CHOOSE command & Insufficient Memory : Bill, : : I think you answered your own question. : It is my understanding that 9.5 handles memory much better. : : Jan : : : -----Original Message----- : From: Bill Niehaus <[email protected]> : To: [email protected] (RBASE-L Mailing List) : Date: Mon, 5 Mar 2012 14:22:21 -0600 : Subject: [RBASE-L] - CHOOSE command & Insufficient Memory : : I am getting an error Insufficient memory to continue this function, but : Rbase 9.1.5.2014 proceeds to produce the expected results. This problem : started to show up in mid Feb with some of our old code. : If I include only two column names in the 2nd line (FOR option) the : insufficient memory problem goes away. Is there a better way to concatenate : 3 columns into the choose list box? : CHOOSE vTrialTxt FROM #VALUES + : FOR ((LJS(Trial,7))&(LJS(TrialLocation,15))&(LJS(TrialTitle,30))),Trial + : FROM TrialNo ORDER BY Trial D + : CHKBOX 1 TITLE 'Select one Trial and then click on [OK] button to continue' : + : CAPTION 'List of Trials' LINES .vLines FORMATTED + : OPTION WINDOW_CAPTION SMALL + : |TITLE_BACK_COLOR WHITE + : |TITLE_FONT_NAME TIMES NEW ROMAN + : |TITLE_FONT_SIZE 18 + : |TITLE_FONT_COLOR TEAL + : |TITLE_BOLD OFF + : |LIST_BACK_COLOR TEAL + : |Buttons_Show_Glyph ON|Buttons_Back_Color WHITE : Thanks. : Bill Niehaus

