question about color combo box

Started by andrew, April 20, 2011, 10:32:41 AM

Previous topic - Next topic

andrew

when using the combobox for color, in my project it defaults at "byblock"
how can i get it to default to "bylayer"


owenwengerd

Try calling (dcl_ComboBox_SetCurSel <combo-box> 0) in the form's OnInitialize handler.

andrew