[development-axapta] simple report question

2005-01-03 Thread Danny Gaethofs
Dear all, I want to realize that a control field in a programmable section repeats 5 times on the first line of my report. To test this I created a simple programmable section containing the field ItemId. I send the item record from the fetch() method. Using a while loop in my fetch

[development-axapta] Checkbox printShippingLabel

2004-12-21 Thread Danny Gaethofs
Dear all, I have added a new checkbox to the form SalesEditLines. CheckBox is named: printCertitificate, property AutoDeclaration = yes, AllowEdit = No, Skip = yes I made sure that several methods on the Class SalesFormLetter are modified: - ClassDeclaration: add printCertificate -

[development-axapta] Default field from InventTable to Purchase Line

2004-12-16 Thread Danny Gaethofs
is it not in the node method on the datasource PurchLine? Can someone ensure this is the right spot to make the modification. regards, Danny Gaethofs Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group

RE: [development-axapta] Default field from InventTable to Purchase Line

2004-12-16 Thread Danny Gaethofs
. _ From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: 16 December 2004 12:05 To: [EMAIL PROTECTED] Subject: [development-axapta] Default field from InventTable to Purchase Line Dear all, I created a new field on the InventTable. This field has

RE: [development-axapta] Default field from InventTable to Purchase Line

2004-12-16 Thread Danny Gaethofs
the method should be on the Table (which can be source for many functions) and if not possible then in the class and if it's not possible here then form and this depends on the situation. cheers, Girish _ From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: 16

Re: SV: [development-axapta] data import error

2004-12-08 Thread Danny Gaethofs
PROTECTED] wrote: Hi, You will experience this if you are trying to import tables, that are shared in your application. That could be the definition group itself. /Jens -Oprindelig meddelelse- Fra: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sendt: 7. december 2004 22:26 Til

[development-axapta] data import error

2004-12-07 Thread Danny Gaethofs
Dear all, Running axapta 3.0 sp3. I have exported data import/export definitions from my development database. When importing my data import/export definition groups into a test database I get an error message. The message says not enough rights to insert the data or the imported file

Re: [development-axapta] Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread Danny Gaethofs
Hi Pirmin, Apparently you have swithed on the outlook synchronization field on the tab outlook of the employees. it can also be that you did not have the configuration key outlook synchronization under CRM Series enabled before and you did not. regards, Danny --- pbercher [EMAIL

Re: [development-axapta] Re: Axapta 2.5 SP2, Win XP SP2 , Office XP / Outlook

2004-12-06 Thread Danny Gaethofs
shouldn't be the prob. Any other ideas? Thx Pirmin --- In [EMAIL PROTECTED], Danny Gaethofs [EMAIL PROTECTED] wrote: Hi Pirmin, Apparently you have swithed on the outlook synchronization field on the tab outlook of the employees. it can also be that you did not have

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

2004-11-19 Thread Danny Gaethofs
Thanks Preston, Jens, I --- Preston A. Larimer [EMAIL PROTECTED] wrote: What Jens said.. :-) -Preston _ From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: RE: [development-axapta] Joining two

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

2004-11-19 Thread Danny Gaethofs
] wrote: What Jens said.. :-) -Preston _ From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: RE: [development-axapta] Joining two customers into one Preston, After reading this discussion I did

[development-axapta] Support System

2004-11-19 Thread Danny Gaethofs
Dear all, I have been searching PartnerSource and PartnerGuide to find an overview of the latest service requests (ALL Reported and solved problems). I seem not able to find this overview. Can someone help me out and tell me where I can find it. regards, Danny Yahoo!

Re: RE : [development-axapta] Document SalesInvoice

2004-11-18 Thread Danny Gaethofs
 : Danny Gaethofs [mailto:[EMAIL PROTECTED] Envoyé : 17 novembre 2004 11:24 À : [EMAIL PROTECTED] Objet : [development-axapta] Document SalesInvoice Dear all, ==+ I am trying to add an additional line that should print in the body of the invoice just below the order line data, item

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

2004-11-18 Thread Danny Gaethofs
executing the merge. Is that correct? regards, Danny Gaethofs --- 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 orders, etc. moved to the destination

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 orders,

[development-axapta] Document SalesInvoice

2004-11-17 Thread Danny Gaethofs
on the document. Is there a method that enables me to strip blank lines from the field upon printing? Regards, Danny Gaethofs Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development

[development-axapta] CustInvoiceTrans.lineNum versus SalesLine.lineNum

2004-11-16 Thread Danny Gaethofs
Dear all, I am trying to print some additional information on the invoice line. The information is not stored in the table CustInvoiceTrans but remains in the table SalesLine, at least for now. I created a display method that looks up the value. Example: The method contains the

Re: AW: [development-axapta] CustInvoiceTrans.lineNum versus SalesLin e.lineNum

2004-11-16 Thread Danny Gaethofs
for several sales orders and if someone prints the linenum on the invoice it would be funny... /Otto -Ursprüngliche Nachricht- Von: Danny Gaethofs [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. November 2004 14:47 An: [EMAIL PROTECTED] Betreff: [development-axapta

Re: AW: [development-axapta] CustInvoiceTrans.lineNum versus SalesLine.lineNum

2004-11-16 Thread Danny Gaethofs
delete a sales order. So you don't have any infos to print. Better way is to store your info in CustInvoiceTrans. Denis -Ursprüngliche Nachricht- Von: Danny Gaethofs [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. November 2004 14:47 An: [EMAIL PROTECTED] Betreff

Re: [development-axapta] SalesTable

2004-10-29 Thread Danny Gaethofs
Thanks Aji, Thanks for the extensive reply. This completes my analysis and enables me to perform the update and add a my new document. regards, Danny --- Aji Sarosa [EMAIL PROTECTED] wrote: Hi Danny, Container fed by checkIfUpdate is actually built in method checkIfUpdate() in

Re: [development-axapta] SalesTable

2004-10-27 Thread Danny Gaethofs
Thanks a lot Aji, Before I saw your answer I spent a lot of time on figuring all of this out. You confirm what I learned meanwhile. Nevertheless the thing I still do not catch is where the container checkIfupdate gets its values. During my analysis I did find the method checkIfUpdate() on

Re: SV: [development-axapta] index file axapd.aoi

2004-10-08 Thread Danny Gaethofs
Pieter, Where can I find them in the database ? Cause almost all objects in the data dictionary keep their id number even when a modification is made to them in a higher layer. Nevertheless the system knows that is has been modified and in which layer. What logic is used to ensure that a

Re: [development-axapta] Override versus Overload

2004-07-26 Thread Danny Gaethofs
Jens, Apparently overloading is not working, but the error message I get is questionable. I Just created the following classes: animal() { void talk() { print animal talk; } } dog() extends animal { void talk(int z) { print dog talk; } } Now I get the error message an

Re: [development-axapta] Hardware sizing

2004-07-25 Thread Danny Gaethofs
Dear Arkadiusz, Check out: http://www.fujitsu-siemens.com/solutions/strategic_partners/microsoft/axapta.html regards, Danny Arkadiusz Zimniak [EMAIL PROTECTED] wrote: HAllo, I have to prepare list of hardware for Axapta installation. Where can I find guidelines for this ? (I know that

Re: [development-axapta] User modifications.

2004-06-24 Thread Danny Gaethofs
Jens, I guess these are stored in the axusr.aod. regards, Danny Jens Strandberg [EMAIL PROTECTED] wrote: Hello there, In which files are user modifications stored in Axapta ? I am thinking of modifications of forms (adding new fields, hiding existing ones, moving fields etc.) Thanks in

Re: [development-axapta] Turn on 'Tips of the day'

2004-06-11 Thread Danny Gaethofs
Harish, Go to Tools, Options, select button toolbar . there you can find show tool tips regards, Danny Harish Mohanbabu [EMAIL PROTECTED] wrote: Hi Some time back I turned off 'Tips of the day' for couple of users. Now I want to turn it on for them. How can I do this? Please let me

RE: [development-axapta] BOM Line Item Name

2004-05-18 Thread Danny Gaethofs
Oliver, Thanks I had noticed the DataMethod was there on the property sheet of the grid, but I was not able to find the method. I found it now, but still have a question about it. the method itemNameGrid activates the method itemName on the table BOM. This method returns the item name

RE: [development-axapta] BOM Line Item Name

2004-05-18 Thread Danny Gaethofs
Dear all, The name in the bom lines is created by looking at the inventdim table, I do not know yet how, but afaik, the other problem I am having is the following: The records in the inventdim table are created the moment an item is added to the bom line having one of the inventory

Re: [development-axapta] Auto creation of a Quotation line

2004-05-10 Thread Danny Gaethofs
Akash, I will give you one way you can accomplish this. Of course there will possibly be more alternatives. Override the run() method In the form's methods node (in other words create a run method) and add the following line after super() DATASOURCENAME_ds.create() Datasourcename is the

RE: [development-axapta] Members can not be added to EMail Groups

2004-04-01 Thread Danny Gaethofs
asources on one form without causing problems?regards,Danny Gaethofs Yahoo! Groups Links***This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sen

[development-axapta] Query Configuration

2004-03-24 Thread Danny Gaethofs
Dear all, I am trying to generate an overview of the configuration keys and their parents in the system. I am targetting at displaying which of the keys are enable and which are not. I want to have the output exported to a fle or else printed. I have 4 main questions: 1.Can someoneexplain

RE: [development-axapta] Mutli-Country Implementation - Single Database

2004-03-04 Thread Danny Gaethofs
. Regards, Danny Gaethofs"Mai-Britt Winther (MICROSOFT BUSINESS SOLUTIONS)" [EMAIL PROTECTED] wrote: Hi Danny For version 4.0 you will expect to find the vast majority of the DIS layers merged into the SYS layer. And as a new thing we are actually striving to deliver all layers at the

RE: [development-axapta] Mutli-Country Implementation - Single Database

2004-03-02 Thread Danny Gaethofs
Gert, Thanks for sharing your experience. It seems there are a lot of problems to overcome before one can easily execute a global roll-out over several countries. Mai-Britt, When can we expect the new release AND will all the current DIS layers be integrated? What kind of development