Since i convering my programs from an (older) FWH32 to FWH64, I also want to change from listbox to xbrowse.
I Have a little question about changing the configuration, online.
Now I was using
- Code: Select all Expand view
- sGetlist[6]:bline = &('{|| '+show_kolom()+' }')
sGetlist[6]:aheaders = show_hoofd()
sGetlist[6]:aColsizes = show_len()
sGetlist[6]:aJustify = show_jus()
sGetlist[6]:lmchange = .t.
for my headers, justify and Columnsize.
What parameters do I haveto use for xbrowse?
Thank you.