int colNum, numCols
string colName[]
numCols = Integer(dw_control.Describe("DataWindow.Column.Count"))
FOR colNum = 1 TO numCols //Get Column Name with describe
colName[colNum] = dw_control.Describe("#"+String(colNum) +".name")
NEXT
Friday, 7 March 2008
Keeping Column into Array
Posted on 17:03 by Unknown
With this simple tips you can keep all the column name on DataWindow into an array
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment