Hello Med. > the line code which raise this error: > if tdbwidgetcols(odbgrid.datacols[iCol]).getitemclasstype = tdbintegerEdit > then ...
Here I dont get error (but I dont have all your code and I dont find my ball) Hum, I dont understand fully the mse-synthax but could you try with this: (see the ".cols" added after "datacols"): tdbwidgetcols(odbgrid.datacols.cols[iCol]).getitemclasstype = tdbintegerEdit then .... This compile and run without error too here. Note that I never used that "getitemclasstype" property and also I dont know if it is what we need to get the type of the column. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

