In my ComboBox there are items like A B C D and bydefault the value is A where i want to make it as C something like comboBox.comboType(2) in the init form, but this doesnt seems to work.
May be ComboBox.selection(2) helps, m not sure, Kindly help.
In my ComboBox there are items like A B C D and bydefault the
Share
You can use this code in the form’s
initmethod aftersuper():If this is a table field I’d suggest overriding the
initValuemethod in the table:Override
initValuein the form’s datasource only if it should be a specific behaviour in this form only.