I think you can create an extended data type called for example
Dimension4. And you can create a relation to Dimensions table with
dimensioncode fixed to 4. (take a look at Dimension EDT to see an
example of the relation)
Then in your dialog field you can ...
Dialog.addfield(TypeId(Dimension4),.....)
Maybe there are some other ways to do it (much more elegants than
this :) but I think it could works :)
Good luck,
Mkz
-------
http://www.trucosaxapta.com
An Axapta tricks site in Spanish language :)
--- In [email protected], hilda cabrejos
<[EMAIL PROTECTED]> wrote:
>
> Heelo everybody
>
> Can anyone tell me how to work with Dimension on a diolog field?
>
> DialogfieldOffice = Dialog.addField(typeid(Dimension));
> DialogfieldOffice.value(Office);
>
> Does not seem to do the trick. The Dimension wanted is the
fourth (Dimension[4]).
>
> Thank you in advance.
>
>
> Hilda
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

