Thread: table col width
View Single Post
  #1 (permalink)  
Old 06-16-2007, 07:14 PM
tvrman tvrman is offline
Knows the basics
 
Join Date: May 2007
Posts: 63
Default table col width

hi,
Simple peace of script result still that the col width is the same?
what went wrong?

i cannot change the width whatever i tried.


Table1.AddCol(cString,"Item",30,False)
Table1.AddCol(cString,"Description",90,False)
Reply With Quote