Well,
I decided to switch to csv files and loadCSV as method.
Then the width of a table is settable. So I guess it is a bug, which only is there after using method LoadXML.
Answer to mjcoon: Yes there are columns; at least I see the columnheaders after loading with the correct names.
Another table problem:
I want to use the table object with different files, so I use:
If TblD.ColCount=0 Then Return
TblD.Clear
For n=0 To TblD.ColCount-1
TblD.RemoveCol(TblD.ColName(n))
Next n
I get errors on this code (not always) which i don't understand...
Anyone got the answer?
I attach code & files.
You have to change the used path to the files according to your phone and make directory rmsgolf etcetera.
Mike
mike
Last edited by rmschreuder : 01-25-2010 at 09:31 AM.
|