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

Reply via email to