Hi Peeps,
Setting columnwidth in a table (TblD) in this code is does not work:
All columns stay equally wide.....
:BangHead:
bestandsnaam="\Opslagkaart\rmsgolf\rmsafstanden.xml"
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???
Setting columnwidth in a table (TblD) in this code is does not work:
All columns stay equally wide.....
:BangHead:
bestandsnaam="\Opslagkaart\rmsgolf\rmsafstanden.xml"
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???