Hi,
I'm using the following piece of code using hiCreateToggleField() function.
How can i add ?defValue for "Base2" & "Base3" only?
Thanks in advance!
++++++++++++++++++++++++++++++
DrcOptions = hiCreateGridLayout( 'DrcOptions ?frame "Select the DRC options"
?items list(
list( hiCreateToggleField(
?name 'DrcOpt
;?defValue <Unknown...!!!>
?choices list(list('Base1) list('Base2) list('Base3) list('Base4) list('Base5))) 'row 4 'col 1)
list( 'col_stretch 1 1 )
))
++++++++++++++++++++++++++++++