Have the following code
for(int i = 1; i <= iCnt; i++)
{
clbRegion.Items.Add(ctrl_record.Extract(i, i, 0), false);
}
clbRegion = CheckListBox
The code is successfully working out the record has four fields, but only displays the value of the first field!?!
Not sure if this is a UniVerse issue or VS.net issue to be honest