Hi,
I succesfully replaced the fwh tcbrowse with xbrowse that is more flexible.
I only have the problem to change the order of colums,
for example with an array like:
{"Mark","11-11-2007","3:45"}
{"Luc","4-5-2004","11:37"}
if I want to display the second,third and first element in twbrowse I can do it with
ADD COLUMN TO oBrw DATA ARRAY ELEM 2
ADD COLUMN TO oBrw DATA ARRAY ELEM 3
ADD COLUMN TO oBrw DATA ARRAY ELEM 1
but how can I do the same with xBrowse ?
Thanks in advance.
Best Regards,
Marco Turco