Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
CellType "Combo"
I want to use the CellType property to make a column of cells work as a combo drop down, but I found two problems. The following command will make all cells in the whole table have a combo drop down.
Set_Property(OLECtrl, "OLE.CellType[ 1 ; All ]", TypeData.
If I change the field to "2" instead of "1" I will get none of the cells showing combo drop downs.
The second problem that I found was that when I set the attribute TypeData<2, 10> to True, it is supposed to make the combo drop down show immediately. The combo drop downs would not show in the first column, but would in all other columns.
I've made sure that all the data is @tm and @stm delimited properly just in case that was messing up the attributes, so as far as I can see there seems to be a bug. I am using version 3.0.7.
Set_Property(OLECtrl, "OLE.CellType[ 1 ; All ]", TypeData.
If I change the field to "2" instead of "1" I will get none of the cells showing combo drop downs.
The second problem that I found was that when I set the attribute TypeData<2, 10> to True, it is supposed to make the combo drop down show immediately. The combo drop downs would not show in the first column, but would in all other columns.
I've made sure that all the data is @tm and @stm delimited properly just in case that was messing up the attributes, so as far as I can see there seems to be a bug. I am using version 3.0.7.
Comments
I slipped it into my setup gosub and didn't notice that I put it in front of the Dimension property.
Thanks!