TwBrowse question
Posted: Mon Apr 02, 2007 12:01 pm
Dear All,
I am normally using TwBrowse Listbox with normal syntax of REDEFINE LISTBOX.... But in a typical situation, I want to assign columns to the listbox programmatically. I saw that it is being passed as second parameter as Code block. My data is in an array and I want to pass all the columns as field for the listbox.
e.g. {|| { oReport:ArrData[nItem,1],oReport:ArrData[nItem,2] } }
How can I assing columns in the code block in a loop ?
I hope somebody understand my problem and give some suggestion. I have difficulty in explaining my problem.
With best regards,
Milan.
I am normally using TwBrowse Listbox with normal syntax of REDEFINE LISTBOX.... But in a typical situation, I want to assign columns to the listbox programmatically. I saw that it is being passed as second parameter as Code block. My data is in an array and I want to pass all the columns as field for the listbox.
e.g. {|| { oReport:ArrData[nItem,1],oReport:ArrData[nItem,2] } }
How can I assing columns in the code block in a loop ?
I hope somebody understand my problem and give some suggestion. I have difficulty in explaining my problem.
With best regards,
Milan.