Hi vijay,

try the following code

In Report
-----------
If you want to use in a report. Add the Dimension[1] field to Table Range
that in
Datasources. It will be more faster.

In dialog form
----------------
>
> 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() ;
> }

The above is answer for another question given by Mr. Yavuz YILDIZ in yahoo
groups. if it works, reply me.

regs,
Hema. S



                                                                                                                            
                    vk                                                                                                      
                    <[EMAIL PROTECTED]>       To:     AXKnowledgeVillage <[email protected]>,   
                    Sent by:                        DevelopmentAxapta <[email protected]>                  
                    [EMAIL PROTECTED]       cc:                                                                      
                    groups.com                     Subject:     [development-axapta] how to create the lookup for Resources 
                                                    in Dimesions?                                                           
                                                                                                                            
                    04/12/2006 05:41 PM                                                                                     
                    Please respond to                                                                                       
                    development-axapta                                                                                      
                                                                                                                            
                                                                                                                            




Hi,
  How to create the lookup for Resources in Dimensions .we are maintained 4
inventory Dimensions, such as business unit, branch,Department,Resources.
  In my report having the class, in that class i have create the lookup
field for Resources in Dimesions (table).How to do?

  I have tried externally, by creating the lookup form and attach this form
in to a EDT(Extended Data Type).but it caused the error while i am run the
class. the error is
         1) bad container,
         2) Object 'Report run' could not be created.

  how to solve or how to create the lookup for resources in Dimesions.
  anyone help me...

  Regards,
  vijay

Send instant messages to your online friends http://uk.messenger.yahoo.com

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






Yahoo! Groups Links

















YAHOO! GROUPS LINKS




Reply via email to