Re: [Axapta-Knowledge-Village] seperate tables in WORD Document using COM in AX3.0

2007-05-09 Thread Sumit Loya
Hi, You can use following piece of code to create a table static void Insert_intoword_Tableformat(Args _args) { COM document; COM wordDocument; COM wordRange; COM app; CustTable custTable; str tableContent; ; app = new

[Axapta-Knowledge-Village] Batch job setting

2007-05-09 Thread rueibin88
Dear All: Is there any one know how to setup batch job to run at the last day of each month? Thanks a lot

[Axapta-Knowledge-Village] Re: Multiple Employees on a Work Center or Work Center group

2007-05-09 Thread Anil Kumar Sinha
Hi Sumit, I am sorry but you didn't get my question. Going by your suggestion I can assign an employee on work center. But my problem is I want to assign more than one employee on work center. Regards Anil Sinha --- In Axapta-Knowledge-Village@yahoogroups.com, Sumit Loya [EMAIL PROTECTED]

[Axapta-Knowledge-Village] Payment fees

2007-05-09 Thread zeno zoe
hi there , Is there anyone who got very good knowledge about Payment fees in purchase ledger, Many thanks Zeno ___ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today

[Axapta-Knowledge-Village] Regarding Extended Data Type

2007-05-09 Thread kgage_ax4
i am still new to the axapta developing and i have a problem with above subject. there is an inbuilt extended data type called Dimension and this has two array elements also.(Department/Cost center/Purpose) i want to call them one by one as Enum types can i do with this axapta? please help

[Axapta-Knowledge-Village] failed to establish connection

2007-05-09 Thread onurkiyik
Hi Friends, I am having a problem with AX 4.0. I have installed AX 4.0 successfully on windows 2003 server. But i can not start the axapta because of an error failed to established connection What are the possible solutions? what can i do? Please help me. With Kind Regards, Onur KIYIK.

Re: [Axapta-Knowledge-Village] hi

2007-05-09 Thread zeno zoe
Hi Is there anyone who knows how to do Payment fees in purchase ledger. Could someone explain me about the logic behind it. Waiting for a reply. Many thanks Zeno ___ New Yahoo! Mail is the ultimate

Re: [Axapta-Knowledge-Village] Payment fees

2007-05-09 Thread G Radhakrishnan
Hi zeno, Can u exactly mention the business logic ? Regards, GR. --- zeno zoe [EMAIL PROTECTED] wrote: hi there , Is there anyone who got very good knowledge about Payment fees in purchase ledger, Many thanks Zeno

[Axapta-Knowledge-Village] Re: Regarding Extended Data Type

2007-05-09 Thread Steeve Gilbert
I'm not sure to understand what you want exactly but take a look at the EDT DimensionCode or Enum Type SysDimension. Steeve... --- In Axapta-Knowledge-Village@yahoogroups.com, kgage_ax4 [EMAIL PROTECTED] wrote: i am still new to the axapta developing and i have a problem with above

Re: [Axapta-Knowledge-Village] Regarding Extended Data Type

2007-05-09 Thread setiaji
Do you want to call one of the element Dimensions ? - setiaji - kgage_ax4 wrote: i am still new to the axapta developing and i have a problem with above subject. there is an inbuilt extended data type called Dimension and this has two array elements also.(Department/Cost center/Purpose)

Re: [Axapta-Knowledge-Village] failed to establish connection

2007-05-09 Thread Sumit Loya
Hi, Did you check whether the AOS is up and running or not. There could be possibility of TCP/IP port mismatch also. Regards, Sumit On 5/9/07, onurkiyik [EMAIL PROTECTED] wrote: Hi Friends, I am having a problem with AX 4.0. I have installed AX 4.0 successfully on windows 2003 server.