Re: [Axapta-Knowledge-Village] Re: SQL Server SP4

2005-06-14 Thread SAS
SP4 , does not support AWE yet ! - Original Message - From: "Kang Shang Yie" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 11:03 AM Subject: [Axapta-Knowledge-Village] Re: SQL Server SP4 > Hi Harry, > > My client is running with this spec. without problem. No worry. > > Reg

[Axapta-Knowledge-Village] Re: SQL Server SP4

2005-06-14 Thread Kang Shang Yie
Hi Harry, My client is running with this spec. without problem. No worry. Regards, Kang --- In Axapta-Knowledge-Village@yahoogroups.com, "Harry \(Harshawardhan Deshpande" <[EMAIL PROTECTED]> wrote: > hi > > Hopefully someone can help me. > > 1. Is Axapta certified for SQL server 2000 sp 4?

Re: AW: *SPAM* [Axapta-Knowledge-Village] SQL Server SP4

2005-06-14 Thread Harry \(Harshawardhan Deshpande
hi   a definitive "no" certainly helps *s*   regards   harry "Andrae, Tobias" <[EMAIL PROTECTED]> wrote: 1)   no. 2)   No. 3)   Don’t know   Hope that helps, Tobias   Von: Harry (Harshawardhan Deshpande [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Juni 2005 06:15An:

Re: [Axapta-Knowledge-Village] Join SalesTable to ProdTable

2005-06-14 Thread Harry \(Harshawardhan Deshpande
hi   did u try changing the join type? Delayed means your related records are going to appear only after a line is active.   regards   harryGokhan Can <[EMAIL PROTECTED]> wrote: Hi;I am trying to make a form and show salesorders and the relevant production order and thequantity of the sales and

Re: [Axapta-Knowledge-Village] Placing a Sales Order through code

2005-06-14 Thread ANIL OZAY
Hi Brandon.. This code is creating for Sales Order. I didn't test it but I think it will run. Good Luck ;) void CreateSalesOrder() {             SalesTable               salesTable;       SalesLine                   salesLine;       NumberSeq                numberSeq;       NumberSequenceR

[Axapta-Knowledge-Village] Join SalesTable to ProdTable

2005-06-14 Thread Gokhan Can
Hi; I am trying to make a form and show salesorders and the relevant production order and thequantity of the sales and production order etc etc. I created a form and I added salestable and prodtable on the datasource. I select salestable on the prodtable joinsource and jointype delayed. On the

AW: [Axapta-Knowledge-Village] Question for instalation

2005-06-14 Thread Andrae, Tobias
Even better: read a)   Install & Config I b)   Install & Config II c)   Axapta Development Handbook d)   Axapta Best Practice Handbook (both on Axapta Client\ bin directory     Good luck, Tobias Von: Игорь Ильяшенко [mailto:[EMAIL PROTECTED] Gesendet: Di

RE: [Axapta-Knowledge-Village] Re: Placing a Sales Order through code

2005-06-14 Thread Brandon George
Everyone the following code will work for creating a sales order programmatically:   static void MMI_CreateSalesOrder(Args _args){  SalesTable   salesTable;  SalesLine    salesLine;  NumberSeq    numberSeq;  NumberSequenceReference 

RE: [Axapta-Knowledge-Village] Question for instalation

2005-06-14 Thread Игорь Ильяшенко
  The only thing, that i can recommend - read the "Axapta Deployment" course there are most of answers. For example The default port for AOS throu FireWall? or Troubles with NamedPipes.   Ilyashenko Igor From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTE

RE: [Axapta-Knowledge-Village] Re: Placing a Sales Order through code

2005-06-14 Thread Brandon George
Thanks,    It seems as if this will work, but currently I am getting a strange error, where I can't really find much information on:   Error: Currency code 'USD' with triangulation No after the 6/14/2005 has no exchange rate.   I have no real idea what this means, and what it is talking abo

[Axapta-Knowledge-Village] Question for instalation

2005-06-14 Thread hany abodoma
hi all   i'll take the installation exam   and  i search for any question for this exam   can any one help me to got some question for this EXAM__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://

AW: *SPAM* [Axapta-Knowledge-Village] SQL Server SP4

2005-06-14 Thread Andrae, Tobias
1)   no. 2)   No. 3)   Don’t know   Hope that helps, Tobias   Von: Harry (Harshawardhan Deshpande [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Juni 2005 06:15 An: Axapta-Knowledge-Village@yahoogroups.com Betreff: *SPAM* [Axapta-Knowledge-Village] SQL Server

[Axapta-Knowledge-Village] Re: Request on COM Gateway

2005-06-14 Thread hkruiniger
Hi Sri Ram. The Commerce Gateway is for exchanging transactions automatically with other organisations, so that's really about buying & selling stuff, hence the links to Sales Orders, Purchase Orders and Invoices. It really wouldn't make sense to have GL journals or HR transactions handled thi