View Single Post
  #1 (permalink)  
Old 01-22-2010, 12:45 PM
rmschreuder rmschreuder is offline
Junior Member
 
Join Date: Sep 2009
Posts: 14
Unhappy Width in table with XML

Hi Peeps,

Setting columnwidth in a table (TblD) in this code is does not work:
All columns stay equally wide.....


bestandsnaam="\Opslagkaart\rmsgolf\rmsafstanden.xm l"
TblD.LoadXML(bestandsnaam)
TblD.ColWidth(TblD.ColName(0))=65
TblD.ColWidth(TblD.ColName(1))=65
TblD.ColWidth(TblD.ColName(2))=35
TblD.ColWidth(TblD.ColName(3))=150
TblD.Visible=True
TblD.Refresh
FrmGem.Refresh


Any suggestions anyone???
Reply With Quote