Hello,
To continue this it seeems to have worked for 6 of the 8 dropdowns. The last
2 dropdowns always have an empty string value for the .text(), the
..selected() still does not exist for these controls. It has an empty string
value both before and after the super(). The ProjTable.orig().Salesman does
return the original value but because the new selected value always = "" it
gets updated to an empty string.
Anyone have ideas for what I can look at?
Thanks again
"Kashperuk Ivan (Vanya)" wrote:
> Use "this.selection()" instead. It returns the enum value, as an actual value
> instead of a string
> And make sure you call this after super()
> --
> Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
> My blog - http://kashperuk.blogspot.com
> Download MorphX IT in Russian - http://www.lulu.com/content/723888
>
>
> "Jeff" wrote:
>[color=green]
> > Hello,
> > I am new to AX and have run into a problem that I bet is really easy...
> > I have a dropdown and in the modified of that field I am trying to get the
> > newly selected value. All I seem to get is the original value of the
> > dropdown. As it is still a string field I assumed that I could use
> > this.text(); to get the newly selected value but it appears that I am wrong
> >
> > Can someone let me know what I am missing?
> >
> > Thanks[/color]