Quote:
Originally Posted by rmschreuder
TblD.LoadXML(bestandsnaam)
|
I've only used LoadCSV() (and with no header embedded in the file), so I don't have experience of the detail of LoadXML(), but I see that it sets up the column types and presumably the names. Have you confirmed that there are names? Would the code behave as you see if the names were null?
(I've just added a SaveXML() to my code in addition to the SaveCSV(), and I see that the XML has the column names but not the widths.)
I haven't had a problem with changing a column width to zero (and back) while the table is loaded...
Mike.