RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Danny Gaethofs
Preston, Reading the discussion I did some tests using the merge method. W --- "Preston A. Larimer" <[EMAIL PROTECTED]> wrote: > > Correct Jens, if you take the job as is and run it > on the demo data for two > customers you should see all transactions, Invoices, > picking list, sales >

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Danny Gaethofs
Preston, After reading this discussion I did some test on the CustTable. I am working on a generic conversion tool in my spare time. The merge method could solve a few problems I encountered. I however have a question, if the merge method encounters duplicate records in one of the children i

RE: [development-axapta] Image Directory

2004-11-18 Thread Morten Aasheim
You can import the picture into AOT/resources. Mvh, Morten  -Original Message- From: Jesmond Giordimaina [mailto:[EMAIL PROTECTED] Sent: 18. november 2004 11:34 To: [EMAIL PROTECTED] Subject: [development-axapta] Image Directory Hi all, I'm using an image in one of my forms. Ho

[development-axapta] On-hand stock setup

2004-11-18 Thread Matt Benic
Hi all, Under 'Administration->Setup->System', there is a form 'Stock multi-transaction system'. Now we only use service items, so it is safe for us to use the multi-transaction system, however the setting does not specify 'enable multi-transaction' and 'disable multi-transaction', it simply

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Preston A. Larimer
Correct Jens, if you take the job as is and run it on the demo data for two customers you should see all transactions, Invoices, picking list, sales orders, etc. moved to the destination customer.  It works well, MBS just hasn't had the time to work out the logic for cleaning up those tables w

RE : RE : [development-axapta] Document SalesInvoice

2004-11-18 Thread Steeve Gilbert
You're right.  You don't need to use a display method. regards, Steeve... -Message d'origine- De : Danny Gaethofs [mailto:[EMAIL PROTECTED] Envoyé : 18 novembre 2004 03:25 À : [EMAIL PROTECTED] Objet : Re: RE : [development-axapta] Document SalesInvoice Steeve, Thanks for th

SV: [development-axapta] Outlook

2004-11-18 Thread Mikael Dalgård
Thank you Kim -Oprindelig meddelelse- Fra: Kim Truelsen [mailto:[EMAIL PROTECTED] Sendt: 18. november 2004 12:02 Til: [EMAIL PROTECTED] Emne: RE: [development-axapta] Outlook Hi Look in the AOT/FORMS/TUTORIAL_OUTLOOK Med venlig hilsen / Best regards Kim Truelsen Escalation E

[development-axapta] Reference Site

2004-11-18 Thread Andrew Firth
Good Morning All, We are based in the UK and we have a potential client for Axapta who operates primarily in the Motor Trade. Sells Heavy Goods Vehicles & Plant, also Plant Hire also Services & Spares. We have spoken to Microsoft who as yet have not come up with a reference site in the U

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Jens Strandberg
Preston, Thanks. Let me get this right: The merge method does it all, i.e. handle CustTrans, SalesOrders, CustInvoiceJour etc. etc. ? If this is the case it would be fairly simple, I guess... /Jens   -Oprindelig meddelelse-   Fra: Preston A. Larimer [mailto:[EMAIL PROTECTED]   Send

[development-axapta] Re: Image Directory

2004-11-18 Thread wohegro
Hi jesmond, think   xInfo::directory() would solve your problem regards WoHeGro Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this g

RE: [development-axapta] Outlook

2004-11-18 Thread Kim Truelsen
Hi Look in the AOT/FORMS/TUTORIAL_OUTLOOK Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Business Solutions Axapta EMEA Global Technical Support Center Direct / mobile: +45 4489 0100 / +45 29499958 E-mail: [EMAIL PROTECTED]   Online support at: www.microsof

[development-axapta] Re: FolderName

2004-11-18 Thread byteway_so
oeps it should be: myDirectoryEDT extends FilePath Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, send an email to:[EMAIL PROTE

[development-axapta] Outlook

2004-11-18 Thread Mikael Dalgård
Hi all, Does any of you have some examples or documentation on how to, connect to Outlook via COM from Axapta codes. I have seen the SmmSynchronize class and all it's methods, but I am sure that there must be a easier way! Best regards Mikael **

[development-axapta] Re: Image Directory

2004-11-18 Thread byteway_so
Try using #winapi WinApi:getCurrentDirectory() /b Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, send an email to:[EMAIL PROT

[development-axapta] FolderName

2004-11-18 Thread byteway_so
Hi, Is there an EDT for directories? I am looking for something with the same functionality like the FileNameSave EDT, but then specifically for selecting a folder. Or is the solution here that I would use the FileNameSave as parent and then change the methods that need to be overridden to

[development-axapta] Image Directory

2004-11-18 Thread Jesmond Giordimaina
Hi all, I'm using an image in one of my forms. However I want to avoid hard coding!! How shal I use relative paths in axapta? For example how can i get hold of the current path? reg Jesmond __ Do You Yahoo!? Tired of spam?  Yahoo! Mail has the

RE: RE : RE : [development-axapta] PageFooter only in the last pa ge

2004-11-18 Thread Alfonso Collados Arroyo
Hi, It doesn't work. I have 3 Page footer and two of them should appear only in the last page of the report. Regards, Alfonso   _  De: Steeve Gilbert [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 17 de noviembre de 2004 14:09 Para: [EMAIL PROTECTED] Asunto: RE : RE : [developm

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Søren Ager
Den 18. november 2004 09:19 skrev Jens Strandberg: > My thoughts exactly. It is the same approach that we use in our > current legacy system (developed in-house), so I have kind of figured > that this would be the way to go.  > > However, I was told that the "Rename" part is not available i

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread James Flavell
Hi Jens, Not being a real techincal person I was not aware the workings of the rename could not be seen. Anyway I think there have been previous posts about how to go through the data dictionary AOT tree by code and so I guess it should still be possible as long as you can code this and then

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Jens Strandberg
Holger, I agree that if you choose to do this manually, you should be a detective. However, if you could just extend the "Rename" functionality, this could be done easily. I also agree that financial transactions may not be altered when posted. However, as I see it you actually change the r

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Preston A. Larimer
Jens, the merge method takes care of all of the related tables for you, I have a version of the code on the website in use at a client, and they use it to merge customers frequently,  the manual processing only has to be done on those tables where you would have to choose one version over anot

Re: RE : [development-axapta] Document SalesInvoice

2004-11-18 Thread Danny Gaethofs
Steeve, Thanks for the reply. It works the way you describe it, but I was trying to get it working with a section group. As part of a trainingsdocument I am writing about building reports and documents I am trying to understand the way these elements are used. Next to it I am modifying some d

RE: [development-axapta] RE: Database size vs Size of company accounts

2004-11-18 Thread Matt Benic
Sorry, the total is correct, but the conversion to plain text messed up the formatting and the numbers. Correct values: Company 1    2,534,872,129 Company 2    8,697,761,157 Company 3    553,224 Company 4    366,211,524 Company 5    7,877 Company 6 

SV: [development-axapta] Joining two customers into one

2004-11-18 Thread Jens Strandberg
Preston, Thanks for the direction. I guess the tricky part is to include all references, when you do this (CustTrans, CustInvoiceJour etc...) If the "Rename" option was just enhanced a bit, this would be the right approach. /Jens   -Oprindelig meddelelse-   Fra: Preston A. Larimer

RE: [development-axapta] Joining two customers into one

2004-11-18 Thread Jens Strandberg
James, My thoughts exactly. It is the same approach that we use in our current legacy system (developed in-house), so I have kind of figured that this would be the way to go. However, I was told that the "Rename" part is not available in any method, but is hidden inside Axapta. This "show st