Hi,
  See attachment. The XPO is in AX 4.01 but the concept will work in v3.x.
Cheers

Arijit


On 12/1/07, neela gandan <[EMAIL PROTECTED]> wrote:
>
>   Hi,
> which XPO, Now am using Axapta 3. 0
>
>
> Thanks in advanace
> Neelagandan.k
> Arijit Basu <[EMAIL PROTECTED] <arijit.basu%40gmail.com>> wrote:
> Hi neela,
> Import this XPO and see it. Lemme know if u have any issues. The XPO in in
> AX 4.0 SP1
>
> *Arijit Basu*
> http://daxguy.blogspot.com
>
> On 11/30/07, neela gandan wrote:
> >
> > Hi Somanna,
> >
> > But we also tried that option, but its not working,any other option u
> know
> > .....
> >
> >
> >
> > Thanks
> > Neelagandan.k
> >
> > somanna gl > wrote:
> >
> > u can go to tools -> options
> > in options u need to go to development tab
> > then u need to uncheck auto-save:
> >
> > then click on apply menu button.
> >
> > bye
> > somanna
> > knee_soft > wrote: hi all,
> >
> > if there is any possibilities to overcome auto save option in
> > all the forms. I have created one button called Save, if i click that
> > button then only the record should save in Table, other wise don' t
> > save in the table. How to overcome this issue ? any idea Friends..
> >
> > Regards.
> > K . Neelagandan
> >
> > ---------------------------------
> > Forgot the famous last words? Access your message archive online. Click
> > here.
> >
> > [Non-text portions of this message have been removed]
> >
> > ---------------------------------
> > Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try
> > it now.
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> --
>
> Arijit Basu
>
> ----------
>
> Exportfile for AOT version 1.0 or later
> Formatversion: 1
>
> ***Element: UTS
>
> ; Microsoft Dynamics String: pwcEmplId unloaded
> ; ----------------------------------------------------------
> USERTYPEVERSION 6
>
> USERTYPE #pwcEmplId
> STRING
> PROPERTIES
> Name #pwcEmplId
> Label #Employee ID
> ENDPROPERTIES
>
> TYPEELEMENTS
> ENDTYPEELEMENTS
>
> TYPEREFERENCES
> ENDTYPEREFERENCES
>
> ENDUSERTYPE
>
> ***Element: FRM
>
> ; Microsoft Dynamics Forms unloaded
> ; ----------------------------------------------------------
> FRMVERSION 5
>
> FORM #pwcEmplTable
> PROPERTIES
> Name #pwcEmplTable
> ENDPROPERTIES
>
> METHODS
> Version: 3
> SOURCE #classDeclaration
> #public class FormRun extends ObjectRun
> #{
> #}
> ENDSOURCE
> ENDMETHODS
> OBJECTBANK
> DATASOURCE
> OBJECTPOOL
> PROPERTIES
> Name #pwcEmplTable
> Table #pwcEmplTable
> StartPosition #Last
> ENDPROPERTIES
>
> FIELDLIST
> ENDFIELDLIST
> ENDOBJECTPOOL
> METHODS
> Version: 3
> SOURCE #create
> #public void create(boolean _append = true)
> #{
> # super(_append);
> #}
> ENDSOURCE
> SOURCE #write
> #public void write(boolean write = false)
> #{
> # ;
> # if(write)
> # super();
> #
> #}
> ENDSOURCE
> ENDMETHODS
> ENDDATASOURCE
> ENDOBJECTBANK
>
> JOINS
> ENDJOINS
>
> DESIGN
> PROPERTIES
> ENDPROPERTIES
>
> CONTAINER
> CONTROL GROUP
> ;==== controlId:12290, containerId: 0, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #pwcEmplGroup
> FrameType #Raised 3D
> ENDPROPERTIES
>
> CONTAINER
> CONTROL GRID
> ;==== controlId:12293, containerId:12290, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #Grid
> DataSource #pwcEmplTable
> ENDPROPERTIES
>
> CONTAINER
> CONTROL STRINGEDIT
> ;==== controlId:12291, containerId:12293, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #pwcEmplTable_EmplId
> DataSource #pwcEmplTable
> DataField #EmplId
> ENDPROPERTIES
>
> ENDCONTROL
>
> CONTROL STRINGEDIT
> ;==== controlId:12292, containerId:12293, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #pwcEmplTable_EmplName
> DataSource #pwcEmplTable
> DataField #EmplName
> ENDPROPERTIES
>
> ENDCONTROL
>
> ENDCONTAINER
>
> ENDCONTROL
>
> ENDCONTAINER
>
> ENDCONTROL
>
> CONTROL BUTTONGROUP
> ;==== controlId:12294, containerId: 0, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #ButtonGroup
> ENDPROPERTIES
>
> CONTAINER
> CONTROL BUTTON
> ;==== controlId:12295, containerId:12294, containerdata: 0
> ;----------------------------------------------------------
> PROPERTIES
> Name #Save
> Text #Save Data
> ENDPROPERTIES
>
> METHODS
> Version: 3
> SOURCE #clicked
> #void clicked()
> #{
> # ;
> # pwcEmplTable_ds.write(true);
> # super();
> # //element.close();
> #}
> ENDSOURCE
> ENDMETHODS
> ENDCONTROL
>
> ENDCONTAINER
>
> ENDCONTROL
>
> ENDCONTAINER
>
> ENDDESIGN
>
> ENDFORM
>
> ***Element: DBT
>
> ; Microsoft Dynamics Table : pwcEmplTable unloaded
> ; ----------------------------------------------------------
> TABLEVERSION 1
>
> TABLE #pwcEmplTable
> PROPERTIES
> Name #pwcEmplTable
> ENDPROPERTIES
>
> FIELDS
> FIELD #EmplId
> STRING
> PROPERTIES
> Name #EmplId
> Mandatory #Yes
> Table #pwcEmplTable
> ExtendedDataType
> ARRAY
> #pwcEmplId
> #
> ENDARRAY
> ENDPROPERTIES
>
> FIELD #EmplName
> STRING
> PROPERTIES
> Name #EmplName
> Table #pwcEmplTable
> ExtendedDataType
> ARRAY
> #EmplName
> #
> ENDARRAY
> StringSize #60
> ENDPROPERTIES
>
> ENDFIELDS
> GROUPS
> ENDGROUPS
>
> INDICES
> ENDINDICES
> REFERENCES
> ENDREFERENCES
>
> DELETEACTIONS
> ENDDELETEACTIONS
>
> ENDTABLE
>
> ***Element: PRN
>
> ; Microsoft Dynamics Project : pwcFormSave unloaded
> ; ----------------------------------------------------------
> PROJECTVERSION 2
>
> PROJECT #pwcFormSave
> PRIVATE
> PROPERTIES
> Name #pwcFormSave
> ENDPROPERTIES
>
> GROUP #ExtendedDataTypes
> PROPERTIES
> Name #ExtendedDataTypes
> ProjectGroupType #ExtendedDataTypes
> GroupMask #
> PreventEditProperties #No
> ENDPROPERTIES
>
> BEGINNODE
> FILETYPE 0
> UTILTYPE 41
> UTILOBJECTID 50026
> NODETYPE 234
> NAME #pwcEmplId
> ENDNODE
> ENDGROUP
>
> GROUP #Forms
> PROPERTIES
> Name #Forms
> ProjectGroupType #Forms
> GroupMask #
> PreventEditProperties #No
> ENDPROPERTIES
>
> BEGINNODE
> FILETYPE 0
> UTILTYPE 11
> UTILOBJECTID 0
> NODETYPE 201
> NAME #pwcEmplTable
> ENDNODE
> ENDGROUP
>
> GROUP #Tables
> PROPERTIES
> Name #Tables
> ProjectGroupType #Tables
> GroupMask #
> PreventEditProperties #No
> ENDPROPERTIES
>
> BEGINNODE
> FILETYPE 0
> UTILTYPE 44
> UTILOBJECTID 50043
> NODETYPE 204
> NAME #pwcEmplTable
> ENDNODE
> ENDGROUP
>
> ENDPROJECT
>
> ***Element: END
>
> [Non-text portions of this message have been removed]
>
> Sharing the knowledge on Axapta.
> Visit www.frappr.com/axapta for axapta friends.
>
> Come and choose your preferred name for Microsoft Dynamics AX on the
> Axapta Knowledge Village, Visit www.axapta-knowledge-village.tk
>
> Yahoo! Groups Links
>
> K.Neelagandan.
> 9994307471.
>
> ---------------------------------
> Get easy, one-click access to your favorites. Make Yahoo! your homepage.
>
> [Non-text portions of this message have been removed]
>
> 
>



-- 


Arijit Basu

  ----------

Exportfile for AOT version 1.0 or later
Formatversion: 1

***Element: UTS

; Microsoft Dynamics String: pwcEmplId unloaded
; 
--------------------------------------------------------------------------------
  USERTYPEVERSION 6
  
  USERTYPE #pwcEmplId
  STRING
    PROPERTIES
      Name                #pwcEmplId
      Label               #Employee ID
    ENDPROPERTIES
    
    TYPEELEMENTS
    ENDTYPEELEMENTS
    
    TYPEREFERENCES
    ENDTYPEREFERENCES
    
  ENDUSERTYPE
  

***Element: FRM

; Microsoft Dynamics Forms unloaded
; 
--------------------------------------------------------------------------------
FRMVERSION 5

FORM #pwcEmplTable
  PROPERTIES
    Name                #pwcEmplTable
  ENDPROPERTIES
  
  METHODS
    Version: 3
    SOURCE #classDeclaration
      #public class FormRun extends ObjectRun
      #{
      #}
    ENDSOURCE
  ENDMETHODS
  OBJECTBANK
    DATASOURCE
      OBJECTPOOL
        PROPERTIES
          Name                #pwcEmplTable
          Table               #pwcEmplTable
          StartPosition       #Last
        ENDPROPERTIES
        
        FIELDLIST
        ENDFIELDLIST
      ENDOBJECTPOOL
      METHODS
        Version: 3
        SOURCE #create
          #public void create(boolean _append = true)
          #{
          #    super(_append);
          #}
        ENDSOURCE
        SOURCE #write
          #public void write(boolean write = false)
          #{
          #    ;
          #    if(write)
          #        super();
          #
          #}
        ENDSOURCE
      ENDMETHODS
    ENDDATASOURCE
  ENDOBJECTBANK
  
  JOINS
  ENDJOINS
  
  DESIGN
    PROPERTIES
    ENDPROPERTIES
    
    CONTAINER
      CONTROL GROUP
        ;==== controlId:12290, containerId: 0, containerdata: 0   
        ;----------------------------------------------------------
        PROPERTIES
          Name                #pwcEmplGroup
          FrameType           #Raised 3D
        ENDPROPERTIES
        
          CONTAINER
            CONTROL GRID
              ;==== controlId:12293, containerId:12290, containerdata: 0   
              ;----------------------------------------------------------
              PROPERTIES
                Name                #Grid
                DataSource          #pwcEmplTable
              ENDPROPERTIES
              
                CONTAINER
                  CONTROL STRINGEDIT
                    ;==== controlId:12291, containerId:12293, containerdata: 0  
 
                    ;----------------------------------------------------------
                    PROPERTIES
                      Name                #pwcEmplTable_EmplId
                      DataSource          #pwcEmplTable
                      DataField           #EmplId
                    ENDPROPERTIES
                    
                  ENDCONTROL 
                  
                  CONTROL STRINGEDIT
                    ;==== controlId:12292, containerId:12293, containerdata: 0  
 
                    ;----------------------------------------------------------
                    PROPERTIES
                      Name                #pwcEmplTable_EmplName
                      DataSource          #pwcEmplTable
                      DataField           #EmplName
                    ENDPROPERTIES
                    
                  ENDCONTROL 
                  
                ENDCONTAINER
                
            ENDCONTROL 
            
          ENDCONTAINER
          
      ENDCONTROL 
      
      CONTROL BUTTONGROUP
        ;==== controlId:12294, containerId: 0, containerdata: 0   
        ;----------------------------------------------------------
        PROPERTIES
          Name                #ButtonGroup
        ENDPROPERTIES
        
        CONTAINER
          CONTROL BUTTON
            ;==== controlId:12295, containerId:12294, containerdata: 0   
            ;----------------------------------------------------------
            PROPERTIES
              Name                #Save
              Text                #Save Data
            ENDPROPERTIES
            
            METHODS
              Version: 3
              SOURCE #clicked
                #void clicked()
                #{
                #        ;
                #    pwcEmplTable_ds.write(true);
                #    super();
                #    //element.close();
                #}
              ENDSOURCE
            ENDMETHODS
          ENDCONTROL 
          
        ENDCONTAINER
        
      ENDCONTROL 
      
    ENDCONTAINER
    
  ENDDESIGN
  
ENDFORM


***Element: DBT

; Microsoft Dynamics Table : pwcEmplTable unloaded
; 
--------------------------------------------------------------------------------
  TABLEVERSION 1
  
  TABLE #pwcEmplTable
    PROPERTIES
      Name                #pwcEmplTable
    ENDPROPERTIES
    
    FIELDS
      FIELD #EmplId
        STRING
        PROPERTIES
          Name                #EmplId
          Mandatory           #Yes
          Table               #pwcEmplTable
          ExtendedDataType    
            ARRAY 
              #pwcEmplId
              #
            ENDARRAY
        ENDPROPERTIES
        
      FIELD #EmplName
        STRING
        PROPERTIES
          Name                #EmplName
          Table               #pwcEmplTable
          ExtendedDataType    
            ARRAY 
              #EmplName
              #
            ENDARRAY
          StringSize          #60
        ENDPROPERTIES
        
    ENDFIELDS
    GROUPS
    ENDGROUPS
    
    INDICES
    ENDINDICES
    REFERENCES
    ENDREFERENCES
    
    DELETEACTIONS
    ENDDELETEACTIONS
    
  ENDTABLE
  

***Element: PRN

; Microsoft Dynamics Project : pwcFormSave unloaded
; 
--------------------------------------------------------------------------------
  PROJECTVERSION 2
  
  PROJECT #pwcFormSave
   PRIVATE
  PROPERTIES
    Name                #pwcFormSave
  ENDPROPERTIES
  
    GROUP #ExtendedDataTypes
      PROPERTIES
        Name                #ExtendedDataTypes
        ProjectGroupType    #ExtendedDataTypes
        GroupMask           #
        PreventEditProperties #No
      ENDPROPERTIES
      
      BEGINNODE
        FILETYPE 0
        UTILTYPE 41
        UTILOBJECTID 50026
        NODETYPE 234
        NAME #pwcEmplId
      ENDNODE
      ENDGROUP
      
    GROUP #Forms
      PROPERTIES
        Name                #Forms
        ProjectGroupType    #Forms
        GroupMask           #
        PreventEditProperties #No
      ENDPROPERTIES
      
      BEGINNODE
        FILETYPE 0
        UTILTYPE 11
        UTILOBJECTID 0
        NODETYPE 201
        NAME #pwcEmplTable
      ENDNODE
      ENDGROUP
      
    GROUP #Tables
      PROPERTIES
        Name                #Tables
        ProjectGroupType    #Tables
        GroupMask           #
        PreventEditProperties #No
      ENDPROPERTIES
      
      BEGINNODE
        FILETYPE 0
        UTILTYPE 44
        UTILOBJECTID 50043
        NODETYPE 204
        NAME #pwcEmplTable
      ENDNODE
      ENDGROUP
      
  ENDPROJECT
  

***Element: END


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

Reply via email to