Hi All,
I'm not too familiar with TSBrowse, even though I try to rely on samples, I still have a lot to do to master this command. Especially with Arrays...
I get the following error. My array has 5 rows and 4 columns.
Here is a snippet of my code that result in an error :
oBrwValue:SetArray(aValue)
nColCount := Len(aValue[1])
for z = 1 to nColCount
// Error occurs at the following line:
add column to oBrwValue data array element z ;
header "Column "+ HB_NtoS(z) ;
width 220 ;
align DT_LEFT ;
editable
next z
What am I doing wrong ?
Regards
Gilbert Vaillancourt