[Axapta-Knowledge-Village] Join two table in COM Connector

2005-07-25 Thread joelwu
Dear all: What I can do to join two table when using COM Connector ? I try the following but cant get and record. AxaptaCOMConnector.IAxaptaRecord AxGetPriceTable; try { AdminLogin(); //some function to login to Axapta AxGetPriceTable =

[Axapta-Knowledge-Village] Axapta certification exam questions

2005-07-25 Thread ajaykumarcrm
Hi All, I am planning to write the Axapta Certification exams , can anyone help me regarding the material or the kind of questions which were asked etc.,. Awaiting your reply. Thanks a lot in advance. Regards, Ajay Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit

Re: *SPAM* [Axapta-Knowledge-Village] dialog = super()

2005-07-25 Thread Danny Gaethofs
Tobias, If I understand you well it is just a shorter version for writing: DialogRunbase dialog; super(); Regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Andrae, Tobias [EMAIL PROTECTED] wrote: Hi Danny, this code is taken out of a class extending RunBase or

[Axapta-Knowledge-Village] Create new voucher series

2005-07-25 Thread spikyface
This is going to sound like a really simple question but humour a simple boy if you will; I'm working through the Axapta v 3.0 Financial Series I book (pub. date 2004) and I'm up to Test Your Skills - Journal Name Setup (page 52). I follow the instructions exactly and try to create a new

[Axapta-Knowledge-Village] USR layer modifications vs CUS Layer

2005-07-25 Thread Danny Gaethofs
Dear all, I have a job defined in the USR layer of development environment Y. Now I make some change to this job in development environment X but in the CUS layer. When I copy the axcus.aod (environment X) to development environment Y, I notice that both layers (USR and CUS) are visible. It

RE: [Axapta-Knowledge-Village] Join two table in COM Connector

2005-07-25 Thread Jesper Kehlet
First of all, for this purpose you don't need to join, but if you want it to work, you should put your where clause for the item # in the front, i.e. SELECT InventTableModule where InventTableModule.ItemID == 'BON-F-52TFB-100' Join InventTable Where InventTable.ItemID ==

RE: *SPAM* [Axapta-Knowledge-Village] dialog = super()

2005-07-25 Thread Jesper Kehlet
No, you should write DialogRunbase dialog; dialog = super(); as the super() call will return a DialogRunbase object... From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danny GaethofsSent: Monday, July 25, 2005 2:30 AMTo:

AW: [Axapta-Knowledge-Village] Create new voucher series

2005-07-25 Thread Andrae, Tobias
Hmmmpf --- someone should have told you something about number sequences ... Go to BASIC -- SETUP -- NUMBER SEQUENCES -- NUMBER SEQUENCE and create a new line in this table. Set the number sequence code to GLGJ, and make sure to check CONTINUOS at the second tab page. Of course you still don't

AW: [Axapta-Knowledge-Village] Create new voucher series

2005-07-25 Thread Andrae, Tobias
Ahh -- and maybe it is a good idea to *take* the course instead of just reading the material... Tobias -Ursprüngliche Nachricht- Von: spikyface [mailto:[EMAIL PROTECTED] Gesendet: Montag, 25. Juli 2005 12:56 An: Axapta-Knowledge-Village@yahoogroups.com Betreff:

RE: [Axapta-Knowledge-Village] dialog = super()

2005-07-25 Thread Dyachenko, Dmitry
It returns the dialog, created by base class. E.g. if you inherit your class from runbasebatch, then you'll have one extra tab Batch on your dialog. This tab will be created by super() method. -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[Axapta-Knowledge-Village] Axapta 3.0 SQL 8

2005-07-25 Thread otter_77_owns
Can I run SQL 8 sp 4 with Axapta 3.0 and or 2.5? Thanks, Scott Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowledge-Village/ * To unsubscribe from this group, send an email to: [EMAIL

Re: AW: [Axapta-Knowledge-Village] Create new voucher series

2005-07-25 Thread allie
HI Andrae, You could trythe following: Basic/Setup/Number Sequences Add the new GJ*** number sequence you want to use then try inserting the record again. Tracy-Ann Little "Andrae, Tobias" [EMAIL PROTECTED] wrote: Ahh -- and maybe it is a good idea to *take* the course instead of just

[Axapta-Knowledge-Village] MBS photo

2005-07-25 Thread Harry \(Harshawardhan Deshpande
hi I have uploaded a photograph of MBS office in Vedbaek. The scan is not very good, the address that you see on the board but cant read is the address of the light company regards harry allie [EMAIL PROTECTED] wrote: HI Andrae, You could trythe following: Basic/Setup/Number Sequences Add