View Single Post
  #6 (permalink)  
Old 01-25-2010, 08:33 AM
rmschreuder rmschreuder is offline
Junior Member
 
Join Date: Sep 2009
Posts: 14
Default

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
Attached Files
File Type: sbp testtable.sbp (1.5 KB, 5 views)
File Type: zip testtblfiles.zip (671 Bytes, 7 views)

Last edited by rmschreuder : 01-25-2010 at 09:31 AM.
Reply With Quote