I am using 6.5++ windows 1.866xRT03 - when I use the choose command with chxbox and I have more picks than the returned variable will handle - text limited to 1500 characters, is there any way around this??

here is the command:

CHOOSE vxcid FROM #VALUES FOR +
  (LJS(CTXT(cname),30) & LJS(addres1,30)), +
  (CTXT(cid)) +
  FROM vwc +
  WHERE cactive = 0 AND spid = .vdcontid +
  AT 18, 1  CHKBOX +
  TITLE 'Select Company(s) to Change Sales Person' +
  CAPTION 'Select Multiple Companies' +
  LINES 19 FORMATTED


the return column cid is and integer primary key


Thanks



Reply via email to