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


On 12/27/05, 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
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]






SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to