Hi all,
i have a 4 column xBrowse over an array.
1.)
After adding or deleting array elements i want to 'reset' the browse.
I am uncertain if i have to do :
oBrw:SetArray( aArray )
or
oBrw:aArrayData := aArray
or both ( if yes, which must be called first ? )
2.)
The xBrowse is set with AUTOCOLS and AUTOSORT.
I found out that if i rebuild the array my column headers names change to Col1, Col2 ....
and the sort order is wrong.
How can i call the browse sort process?
Thanks for all assistance.
Regards,
Detlef