Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// NOTE: using ; and not . 
CtrlId = @Window:";EDITLINE" 

// Get the combo box sel pos 
ComboSelPos = Get_Property(@Window:".OLE_SUBCLASS", "OLE.ComboSelPos[":CtrlId:"]") 

// Change the combo box sel pos programmtically to 2 
Set_Property(@Window:".OLE_SUBCLASS", "OLE.ComboSelPos[":CtrlId:"]", 2)

See Also

ComboComboRowDataComboDataComboDropDown