Posted 4 December 2018, 5:09 am EST
In 32 bit SpreadCOM control, OCX file(SPR32X35.ocx) has method SetTypeComboBoxCurSel but I am not seeing corresponding method or property in SetTypeComboBoxEx in 64 bit Spread COM DLL.
Please let me know about it.
Forums Home / Spread / Spread COM
Posted by: hitesh.gupta on 4 December 2018, 5:09 am EST
Posted 4 December 2018, 5:09 am EST
In 32 bit SpreadCOM control, OCX file(SPR32X35.ocx) has method SetTypeComboBoxCurSel but I am not seeing corresponding method or property in SetTypeComboBoxEx in 64 bit Spread COM DLL.
Please let me know about it.
Posted 4 December 2018, 6:29 am EST
Hello,
We could observe the issue as well and we are looking into it and we will get back to you soon on the same.
Thanks,
Reeva
Posted 5 December 2018, 6:36 am EST
Hello Hitesh,
Our developers have confirmed that the DLL equivalent for TypeComboBoxCurSel is the SSComboBoxSendMessage function:
http://help.grapecity.com/spread/Spread8/WebSiteHelp/webframe.html#funct25a.html
That’s the DLL API for all the TypeComboBox properties.
The DLL is a lower-level interface but the OCX actually just wraps it, so underneath the OCX implements those properties using that function.
Hope it clarifies.
Thanks,
Reeva