Hi Aravind,

You can get the value that is selected in a combobox on your form by
the following procedure:
1. You should change the "AutoDeclaration" property of the combo-box
to Yes. Suppose the name of the combo-box is Combo1. (The
AutoDeclaration property automatically create an object with the same
name as of control(in your case it is Combo-box).
2. Then you can get the value selected in the combo-box as:
Combo1.selection(); It will give you the corresponding interger value.

Thanks & Regads,
Harsh


--- In development-axapta@yahoogroups.com, "Aravindan Muniappan"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm new to this Axapta.
>
> How to get the value from a combobox in x++
>
> Please help me
>
> Thanks in advance
>
> Aravind
>








SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to