static void Dialog(args a)
{
Dialog dlg ;
DialogField dlgField ;
;
dlg = new Dialog () ;
dlgField = dlg.addField(TypeId(Dimension));
//hide Dimension[2] & Dimension[3]
dlgField.fieldControl(2).visible(false);
dlgField.fieldControl(3).visible(false);
dlg.run() ;
}
2006/4/7, Wahyudin Zakie <[EMAIL PROTECTED]>:
>
> Hi, I am confused to create dimension dialogfield in dialog. i just want
> to put dimension[1] only in my dialog, not all. Anybody can help how to
> code it?
>
>
> Zakie
>
>
> ---------------------------------
> Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just
> 2ยข/min with Yahoo! Messenger with Voice.
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
> 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
- 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.

