Hi,
I havent used txBrowse yet and i'm looking at converting my old twbrowse routines to txbrowse and was looking for advice.
-
In my current app, i give the users the ability to pick what fields they want to appear and store this info in a database (column number, contents of column, header text, width of column) Currently i just create a string containing the columns and then after the redefine i populate the oBrw:aHeaders and oBrw:aColSizes arrays. Can someone advise me how to do this using txBrowse?
-
All my browses use a resource dialog, which i then resize the width based on the total column sizes of all the columns in the browse - how can i get the total width of all columns in a txBrowse as i don't think there is an aColsizes array.
Thanks in advance
Pete