[Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Danny Gaethofs
Dear all, When I use the next code I get an error message. Numberseq numberseq; ; numberseq = numberseq::newgetnum(smmparameters::numrefrelationaccount ()); if(numberseq) { print numberseq.num(); numberseq.used(); } System does not support setup 'continuous' of number sequene 'CRM_119' Number

Re: *SPAM* [Axapta-Knowledge-Village] Error number sequences

2005-08-02 Thread Danny Gaethofs
thanks Tobias; This works now. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Andrae, Tobias [EMAIL PROTECTED] wrote: Hi Danny, try this: Numberseq numberseq; ; ttsbegin; numberseq = numberseq::newgetnum (smmparameters::numrefrelationaccount ()); if(numberseq) {

[Axapta-Knowledge-Village] Team In Charge

2005-07-29 Thread Danny Gaethofs
Dear all, On the project filter you can find a radio button team in charge. Where are the teams created? How does Axapta keeps track of the modifications made by each team to object in the AOT? regards, Danny Yahoo! Groups Sponsor ~-- font

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

2005-07-25 Thread Danny Gaethofs
or RunbaseBatch. So the super() call will execute the dialog() method of that parent class instead of redefining everything again. Hth Tobias -Ursprüngliche Nachricht- Von: Danny Gaethofs [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 24. Juli 2005 16:25 An: Axapta-Knowledge-Village

[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

[Axapta-Knowledge-Village] Import business relations

2005-07-14 Thread Danny Gaethofs
Dear all, In the CRM module there is an import relation/prospect journal function which can be found under CRM, Periodic, Import. The file format for importing these relations can be defined under CRM, Setup, Contact Management, Import I have not used this functionality before but am

[Axapta-Knowledge-Village] Data Import Definition and BuildAddress() method

2005-07-14 Thread Danny Gaethofs
Dear all, On the smmImportRelJournal I found a method BuildAddress(). This method can be executed through the button functions. The method builds up the Address data from city, street, country and so on. The method does nothing more then calling the static method FormatAddress on the table

[Axapta-Knowledge-Village] Re: Converting CRM quotation to sales order

2005-06-10 Thread Danny Gaethofs
Dear all, I have been looking into this problem today and have some questions. The clicked() method that converts the quotation to a sales order checks the security rights on the table CustTable using the method CustTableInsert() and SalesTableInsert(). Both methods uses the security key

[Axapta-Knowledge-Village] Business Analysis: Cognos and Axapta

2005-05-12 Thread Danny Gaethofs
Dear all, Is there anyone that has experience with using Cognos in combination with Axapta. How does this relate to the Axapta 3.0 business analysis tool (using OLAP)? regards, Danny Yahoo! Groups Sponsor ~-- In low income neighborhoods, 84%

[Axapta-Knowledge-Village] Re: Report with Labels A4 Paper in columns

2005-05-11 Thread Danny Gaethofs
Dear Oscar, Try to answer your question but I am a bit in a hurry. I have managed to create such kind of reports a while back. I have had some discussions about it on this group. You can find these when you look for Positioning Programmable section. If you can not find it in the message

[Axapta-Knowledge-Village] Re: Know a lot about subcontracting?

2005-04-15 Thread Danny Gaethofs
Dear Luc, What precisely do you want to know? Are you aware of the different BOM Line Types that exist and what you can do with them. Regards, Danny Gaethofs the Netherlands --- In Axapta-Knowledge-Village@yahoogroups.com, l_vroom [EMAIL PROTECTED] wrote: Hi, Who has a good idea how

[Axapta-Knowledge-Village] Error with macro

2005-03-04 Thread Danny Gaethofs
Dear all, I have a strange error with a newly created macro. When I create a new macro and try to use it in a form then the macro is not recognized. I have tried several things already but I cannot get this problem solved. I tried a selective update of the cross reference for the record

[Axapta-Knowledge-Village] Re: Error with macro

2005-03-04 Thread Danny Gaethofs
was given. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Danny Gaethofs [EMAIL PROTECTED] wrote: Dear all, I have a strange error with a newly created macro. When I create a new macro and try to use it in a form then the macro is not recognized. I have tried several

Re: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-02-24 Thread Danny Gaethofs
Raul, Why do you select the firstonly record. This will give you the record for SysEvent (id 3). Now try this: select firstonly SS where SS.name == seqno you would get closer to the matching values. They do not match but this must have something to do with the fact that the kernel is

[Axapta-Knowledge-Village] Re: Very large item master

2005-02-11 Thread Danny Gaethofs
Dear Lourens, The only way to get this done is by importing the data directly into Axapta from a flat file, CSV format. You can not sustain with only importing into the InventTable. You will have to populate these tables also: * InventTableModule * InventItemLocation * InventDim: regards,

[Axapta-Knowledge-Village] Re: 4th Financial Dimension

2005-02-10 Thread Danny Gaethofs
: Dimension] Open Properties Go to the field DataSource and fill in smmBusRelTable Go to the field DataGroup and select Dimension Now I believe it is best to compile the whole environment. Kind regards, Danny Gaethofs --- In Axapta-Knowledge-Village@yahoogroups.com, fvittes [EMAIL PROTECTED

[Axapta-Knowledge-Village] Re: number range per month

2005-02-09 Thread Danny Gaethofs
reset once the condition changed. Condition would then be next month or next year. Much luck with finding the right solution. Danny Gaethofs --- In Axapta-Knowledge-Village@yahoogroups.com, willem_baelde [EMAIL PROTECTED] wrote: hello, has someone already developed number ranges

[Axapta-Knowledge-Village] Re: Configuration and tables Exporting

2005-02-08 Thread Danny Gaethofs
Dear Luis, I suppose you already learned how to use data import/export. Create a new data defintion group. Have a look at the checkboxes under the tab included table groups. Uncheck the checkbox Transaction if you do not want transactions like CustTrans, ... Uncheck the checkbox Main if

[Axapta-Knowledge-Village] Re: wkofyr

2005-02-04 Thread Danny Gaethofs
-Oprindelig meddelelse- Fra: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sendt: 4. februar 2005 09:52 Til: Axapta-Knowledge-Village@yahoogroups.com Emne: [Axapta-Knowledge-Village] Re: wkofyr Dear Alfonso, What date are you submitting? If you run these lines of code

[Axapta-Knowledge-Village] Re: Reversing a packing slip

2005-02-03 Thread Danny Gaethofs
From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: 2. februar 2005 16:19 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Reversing a packing slip Dear all, I have been looking for a way to reverse a packing slip without

[Axapta-Knowledge-Village] Re: Batch Process

2005-02-03 Thread Danny Gaethofs
Alfonso, As far as I know it is not possible but maybe I am wrong and someone did succeed. What you should do is recreate your job but as a class. The class should extend RunBaseBatch. Have a look at the class Tutorial_RunBaseBatch. regards, Danny --- In

[Axapta-Knowledge-Village] Re: Auto report as finished.

2005-02-03 Thread Danny Gaethofs
Sunfen, Can you check the settings of the configuration key TRADE option Registration/Picking. Is it marked? regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Yifat Halili [EMAIL PROTECTED] wrote: Hi there, What you are describing is exactly what I am looking for.

[Axapta-Knowledge-Village] Re: Auto report as finished.

2005-02-03 Thread Danny Gaethofs
Dear Sunfen, I am getting the same error message. Tell us whether you configuration key for trade register/picking is marked or not. So we can possibly exclude this key as the cause for the fact that it is not working at our side. regards, Danny --- In

[Axapta-Knowledge-Village] Re: Phantom,production,automatic firm, master planning

2005-02-02 Thread Danny Gaethofs
Dear Yifat, There are two types of Stop explosion fields on the tab References of the item: - BOM Calculation Stop Exlosion - Item Coverage Stop Explosion The first one is responsible for the cost calculation. I think you have to mark the latter one, to avoid an order is created. Normally

[Axapta-Knowledge-Village] Re: Auto report as finished.

2005-02-02 Thread Danny Gaethofs
Dear Sunfen, Can tell us what the Configuration key settings are for Trade, Registration/Picking? Which version are you on? regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, sunfen [EMAIL PROTECTED] wrote: Hi Yifat, I have tried it, It will automatically create a BOM

[Axapta-Knowledge-Village] Re: Import Classes

2005-01-31 Thread Danny Gaethofs
also need to do a compile forward. For example: in case you made changes to the class SalesFormLetter. regards, Danny Gaethofs --- In Axapta-Knowledge-Village@yahoogroups.com, jesmondus [EMAIL PROTECTED] wrote: Hi, i have a small query regarding import of classes!! when importing classes

[Axapta-Knowledge-Village] Re: Run On Property

2005-01-29 Thread Danny Gaethofs
Dear Rabih, The RunOn property decides where the application object is executed, where the object created will reside/live. Values are: - Client - Server - Called from (default) You will find more detailed information in the developer's guide. Regards, Danny --- In

[Axapta-Knowledge-Village] Re: Tax group not properly defaulted

2005-01-28 Thread Danny Gaethofs
/Mit freundlichen Grüßen Karina Normann Jakobsen Program Manager From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: 28. januar 2005 09:12 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: Tax group not properly

[Axapta-Knowledge-Village] US GTM Setup

2005-01-28 Thread Danny Gaethofs
? regards, Danny Gaethofs Yahoo! Groups Sponsor ~-- In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM

[Axapta-Knowledge-Village] Re: How to keep Word Documents in Axapta

2005-01-28 Thread Danny Gaethofs
Dear compashi, Checkout the document management functionality. Check in Tools, Options, Tab General, the field Document handling active is enabled. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, compashi [EMAIL PROTECTED] wrote: Hello to All, Friends i want to know

[Axapta-Knowledge-Village] Re: I have checked it out

2005-01-28 Thread Danny Gaethofs
Dear Compashi, You have to attach these documents to a record. As an example: Suppose you have an item in the database and for this item you have some instructions stored in a document. We first have to setup a kind of repository where the files are going to be stored. Therefore go to

[Axapta-Knowledge-Village] SysINetTable

2005-01-28 Thread Danny Gaethofs
Dear all, How is this table getting populated. Should contain user records but it does not in my environment. regards, Danny Yahoo! Groups Sponsor ~-- What would our lives be like without music, dance, and theater? Donate or volunteer in the

[Axapta-Knowledge-Village] Index on the Forms data source

2005-01-27 Thread Danny Gaethofs
dear all, I have seen several forms where the property index on the data source has been filled with the index that exists already on the table. Can someone tell me why this is done? Is it a bad design? As an example look at the form and table PaymTerm. The index TermIdx is assigned to the

[Axapta-Knowledge-Village] Tax group not properly defaulted

2005-01-27 Thread Danny Gaethofs
is not defaulted from the customer record. It looks as if it is taken from existing orders which however seems unlogic. Has someone noticed this error before. Could it have something to do with caching. We are running axapta 3.0 with service pack 3 and all hotfixes installed. regards, Danny Gaethofs

[Axapta-Knowledge-Village] Re: Tax group not properly defaulted

2005-01-27 Thread Danny Gaethofs
.. hope these point will help you solve the problem. cheers, Girish --- Danny Gaethofs [EMAIL PROTECTED] wrote: - Dear all, When creating sales orders the tax group of a customer is not correct defaulted when there are existing orders

[Axapta-Knowledge-Village] Form Design property

2005-01-26 Thread Danny Gaethofs
Dear all, There is a property Mode on the node Design of forms. The property can have one of the following four values: ADD WATCH EDIT DELETE Can someone tell what the purpose or influence is of setting this property? regards, Danny Yahoo! Groups Sponsor

[Axapta-Knowledge-Village] Re: Modified version of reports

2005-01-26 Thread Danny Gaethofs
Dear Madtrs, I suppose you are able to go to the development environment. In the AOT the node reports contains all standard reports and your own customized repots. If you want to start building a new report based on an existing one, find the existing report, right-click and select duplicate

[Axapta-Knowledge-Village] Changing ID's Extended Data Types

2005-01-25 Thread Danny Gaethofs
Dear all, I have a situation where extended data types are created in the user layer and need to transferred to the var layer. I have done some tests and those show a change will not influence the data in the database. However just to be sure, will a change of id have an influence on

[Axapta-Knowledge-Village] Re: Changing ID's Extended Data Types

2005-01-25 Thread Danny Gaethofs
then safely delete the old field. -Preston _ From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 6:32 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Changing ID's Extended Data Types Dear all, I

[Axapta-Knowledge-Village] SalesLine disappears

2005-01-18 Thread Danny Gaethofs
Dear all, I have a SalesLine record that is not shown in the form SalesTable while the record is available in the table SalesLine. One can even create a new line and it will be added to the Table SalesLine with the same line number as the one that is not visible. Using the debugger I have

[Axapta-Knowledge-Village] Re: SalesLine disappears

2005-01-18 Thread Danny Gaethofs
in the salesLine table?? and how r u populating the salesline table ? --- Danny Gaethofs [EMAIL PROTECTED] wrote: - Dear all, I have a SalesLine record that is not shown in the form SalesTable while the record is available in the table SalesLine. One can

[Axapta-Knowledge-Village] Re: SalesLine disappears

2005-01-18 Thread Danny Gaethofs
in the salesLine table?? and how r u populating the salesline table ? --- Danny Gaethofs [EMAIL PROTECTED] wrote: - Dear all, I have a SalesLine record that is not shown in the form SalesTable while the record is available in the table SalesLine. One can

[Axapta-Knowledge-Village] Re: SalesLine disappears

2005-01-18 Thread Danny Gaethofs
Dear all, There seems something wrong with the InventDim table. Once I removed the table from the Form (made a duplicate) I can see the salesLine. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Danny Gaethofs [EMAIL PROTECTED] wrote: Girish, We are not seeing

[Axapta-Knowledge-Village] Re: SalesLine disappears

2005-01-18 Thread Danny Gaethofs
. Once there is a match the record will show. Hope this helps. Myrl -Original Message- From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 8:37 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: SalesLine disappears

[Axapta-Knowledge-Village] Re: SalesLine disappears

2005-01-18 Thread Danny Gaethofs
Thanks all for your help. Second attempt copying the InventDimId to the salesLine did solve the problem. regards, Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Danny Gaethofs [EMAIL PROTECTED] wrote: Myrl, Indeed somebody has been juggling with the inventDim. I copied

[Axapta-Knowledge-Village] Caching

2005-01-14 Thread Danny Gaethofs
Dear all, When doing modifications users have to log out and log in again to see the modification in a 3-tier environment. Sometimes they have to do this a few times before actually the modificiation is visible. Because of this I have a few questions: - Is it possible to realize

[Axapta-Knowledge-Village] Re: VAR/USR Layer changes and data

2005-01-11 Thread Danny Gaethofs
-Village@yahoogroups.com, Jesper Kehlet [EMAIL PROTECTED] wrote: You don't mention anything about synchronizing. Did you? That is the lithmus-test... From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 10:54 AM To: Axapta

[Axapta-Knowledge-Village] SysPrintForm/Email

2005-01-11 Thread Danny Gaethofs
Dear all, Can someone tell me how the selection made in the SysPrintForm is returned to the form SalesEditLines. When selecting email I want to influence the outlook id that is used for sending the message. Is it possible to use another sender id then the outlook id of the user/employee.

[Axapta-Knowledge-Village] VAR/USR Layer changes and data

2005-01-10 Thread Danny Gaethofs
while they are still in the usr layer. Is this behavior only valid for tables? How can I get the changes transferred to the var layer without loosing the data already entered. regards, Danny Gaethofs Yahoo! Groups Sponsor ~-- What would our lives

[Axapta-Knowledge-Village] Re: VAR/USR Layer changes and data

2005-01-10 Thread Danny Gaethofs
the changes transferred to the var layer without loosing the data already entered. regards, Danny Gaethofs Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com

[Axapta-Knowledge-Village] Re: VAR/USR Layer changes and data

2005-01-10 Thread Danny Gaethofs
version of Axapta are you using? From: Danny Gaethofs [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 9:57 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: VAR/USR Layer changes and data Dear all

[Axapta-Knowledge-Village] Re: simple report question

2005-01-04 Thread Danny Gaethofs
Raul, This sounds logical. I am going to try it first thing tommorrow. Let you know whether it works. Danny --- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente Peña/OPENSOLUTIONS [EMAIL PROTECTED] wrote: Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your

[Axapta-Knowledge-Village] 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 method

[Axapta-Knowledge-Village] Re: simple report question

2005-01-03 Thread Danny Gaethofs
Dear Raul, Before I asked this question I already investigated the tutorial_positioning. This one is not solving my problem. I already tried several ways to get it done but unsuccessfull. I have been trying it with the topMargin and leftMargin, but that is not working. I have tried it your

[Axapta-Knowledge-Village] Printing Labels/Stickers

2004-12-30 Thread Danny Gaethofs
Hello all, I need to develop a report that enable us to print labels/stickers for items. The label contains the item name, number, and other characteristics. For each Item a number of labels need to be printed. Now I have been looking for similar existing reports in the AOT but I cannot

[Axapta-Knowledge-Village] Pack/Unpack - Modifications of SalesEditLinesForm

2004-12-29 Thread Danny Gaethofs
Dear all, I have added a checkbox PrintCertificate to the Form SalesEditLinesForm. To ensure the checkbox is enabled when the form runs (should only be enabled when posting is selected) I have set given the variable PrintCertificate the value True in the Dialog() method of the class

[Axapta-Knowledge-Village] Macro Question

2004-12-23 Thread Danny Gaethofs
Dear all, I have created a macro in the AOT containing the following: #localmacro.TRA_Macro_Local1 print Hello local world; pause; #endmacro Now I created a job containing the following: static void TRA_Macro_Global1(Args _args) { #TRA_Macro_Local1 } I expected I could just call

[Axapta-Knowledge-Village] Re: Macro Question

2004-12-23 Thread Danny Gaethofs
Thanks Raul, Max, Otto, This confirms what I have been seeing. You always have to declare the macro before you can use it. There is not much difference between a macro library and a global macro or a local macro defined in the AOT. You have to declare it first before you can use it in a

[Axapta-Knowledge-Village] Print 3 logos in PageFooter

2004-12-22 Thread Danny Gaethofs
Dear all, I need to print 3 logos in the footer of a standard document. How can I size these logos horizontally (width) and vertically (height). The property Height on the pageFooter does not help. It only defines the height of the pageFooter. I do not want to set the exact measurements

[Axapta-Knowledge-Village] Pagefooter

2004-12-22 Thread Danny Gaethofs
Dear All, I have a pageFooter that only prints on the first pag. No space should be reserved for the footer in subsequent pages. How can I realize this? Regards, Danny Yahoo! Groups Sponsor ~-- $4.98 domain names from Yahoo!. Register

[Axapta-Knowledge-Village] Checkbox printShippingLabel

2004-12-20 Thread Danny Gaethofs
Dear all, I have added a new checkbox 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 -

[Axapta-Knowledge-Village] Re: Exporting data import/export definition groups

2004-12-11 Thread Danny Gaethofs
the .dat or .def file, into your other environment. regards, Danny Gaethofs --- In [EMAIL PROTECTED], Hennie Potgieter [EMAIL PROTECTED] wrote: Hi, I have set up a big data import definition group job that I use to import legacy data into Axapta. I now want to move this job to my live

[Axapta-Knowledge-Village] Data import error

2004-12-07 Thread Danny Gaethofs
Dear all, 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 only contains shared tables.

[Axapta-Knowledge-Village] Emailing instead of printing.

2004-12-07 Thread Danny Gaethofs
the selections made there are transferred. regards, Danny Gaethofs Yahoo! Groups Sponsor ~-- Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA

[Axapta-Knowledge-Village] QueryBuildRange question

2004-12-06 Thread Danny Gaethofs
Dear all, I added a QueryBuildRange to my query. I expected that when opening the Criteria column I would see all the unique values available in my table but I do not. I believe I understand the reason, but while I am not sure, I just want to have some input of you. I think it is because I

Re: RE : [Axapta-Knowledge-Village] QueryBuildRange question

2004-12-06 Thread Danny Gaethofs
d'origine- De : Danny Gaethofs [mailto:[EMAIL PROTECTED] Envoyé : 6 décembre 2004 06:23 À : [EMAIL PROTECTED] Objet : [Axapta-Knowledge-Village] QueryBuildRange question Dear all, I added a QueryBuildRange to my query. I expected that when opening the Criteria column I would

[Axapta-Knowledge-Village] Re: unbalanced x++ ttsbegin/ttscommit

2004-12-06 Thread Danny Gaethofs
the transaction by ttscommit accordingly. cheers, Girish --- Danny Gaethofs [EMAIL PROTECTED] wrote: - dear all, I am writing a job to update some values on a table based on input from the user. The user is presented a query input form

[Axapta-Knowledge-Village] Find RecId

2004-12-06 Thread Danny Gaethofs
Dear all, I have a small question. I have a table that contains a field of type string. This fields contains values that correspond to recid's in another table. Now I want to use the first table and find the records in the other table. I am looking for a way to search for recid's based on

[Axapta-Knowledge-Village] Re: Find RecId

2004-12-06 Thread Danny Gaethofs
], Andrae, Tobias [EMAIL PROTECTED] wrote: num2str() ? -Ursprüngliche Nachricht- Von: Danny Gaethofs [mailto:[EMAIL PROTECTED] Gesendet: Mo 06.12.2004 16:26 An: [EMAIL PROTECTED] Cc: Betreff: [Axapta-Knowledge-Village] Find RecId

Re: RE : RE : [Axapta-Knowledge-Village] QueryBuildRange question

2004-12-06 Thread Danny Gaethofs
: Can you send your job here? Steeve... -Message d'origine- De : Danny Gaethofs [mailto:[EMAIL PROTECTED] Envoyé : 6 décembre 2004 09:14 À : [EMAIL PROTECTED] Objet : Re: RE : [Axapta-Knowledge-Village] QueryBuildRange question it is just a job I am running

[Axapta-Knowledge-Village] Re: Purpose of Axapta Tables

2004-12-06 Thread Danny Gaethofs
Dear Ahmed, Hennie, Start by looking at the form SalesTable. You will see the data sources that are used, SalesLine, SalesTable, InventDim. These are the tables that are directly used in some way. For sure the salesline and salestable are used. When an invoice is created you clicked the

[Axapta-Knowledge-Village] PDF and email

2004-12-04 Thread Danny Gaethofs
to the archive I have to use a shared disk drive. Am I correct? 4. I saw that the printer selection is done using the form SysPrintForm. But how the settings are used when I print the document I am not able to understand. Can someone shed some lights on this. regards, Danny Gaethofs

[Axapta-Knowledge-Village] Re: add field to table

2004-12-03 Thread Danny Gaethofs
Hello Rhodpr, When adding new fields to a table the best approach is to create either an extended data type or a base enum for the new field. The EDT can extend other existing data types. In that way a lot of properties are inherited automatically later on when creating the fields in your

[Axapta-Knowledge-Village] SQL Server 2000 and MSDE

2004-12-03 Thread Danny Gaethofs
Dear all, Can I run Axapta with MSDE and SQL Server 2000 on the same system? I am running Axapta with an MSDE database on my laptop. Now for some reason I need to do some testing with SQL Server 2000. Can I have Axapta installed with the two database systems? regards, Danny

[Axapta-Knowledge-Village] Re: Export modified objects at date

2004-12-03 Thread Danny Gaethofs
Dear Ahmed, Create a project. Open the project and select the application objects using a filter. In the filter you can indicate with the button select which application objects should be selected. You can add the created date or the modified date as a selection parameter. regards, Danny

[Axapta-Knowledge-Village] Hot Fixes

2004-12-01 Thread Danny Gaethofs
I can run into problems when loading hot fixes in the VAR layer. At least when I have made changes in the VAR layer, a hot fix can overwrite these. Can you share your experiences on this matter with me? regards, Danny Gaethofs Yahoo! Groups Sponsor

[Axapta-Knowledge-Village] Re: 3rd party tax packages

2004-11-18 Thread Danny Gaethofs
Dear John, Have you looked for the Vertex Solution. I know it integrates with a lot of ERP applications. I have supported an install of Vertex in Europe, the Netherlands but with another ERP application. Regards, Danny Gaethofs --- In [EMAIL PROTECTED], John Remsberg [EMAIL PROTECTED

[Axapta-Knowledge-Village] SalesInvoice Document

2004-11-16 Thread Danny Gaethofs
Dear all, I have a question about Section Groups. Section Groups always refer to a table. What influence has this table on the position where the group content is printed. I added a section group to the BodyReference and this section group pointed to the table CustInvoiceJour. I expected

[Axapta-Knowledge-Village] Re: Sales Invoice Layout

2004-11-15 Thread Danny Gaethofs
(), which is called by the method createJournal (), which was called by the run() method on the class SalesFormLetter. regards, Danny Gaethofs --- In [EMAIL PROTECTED], Danny Gaethofs [EMAIL PROTECTED] wrote: Dear Aji, All, Thank you for explaining me the use of Docu::copy. I did have a look

[Axapta-Knowledge-Village] Re: Sales Invoice Layout

2004-11-13 Thread Danny Gaethofs
the data from Table SalesLine to CustInvoiceTrans. 2. Do you happen to have such a display method available? Just the basic format. Next when do you consider adding the fields to the table CustInvoiceTrans is justified? regards, Danny Gaethofs --- In [EMAIL PROTECTED], Aji Sarosa [EMAIL PROTECTED

[Axapta-Knowledge-Village] Re: Address Field in CustTable

2004-11-11 Thread Danny Gaethofs
Thanks Allan, Do you happen to know why the country code is printed on documents such as invoice, confirmation, and so on. This does not seem logical to me. But maybe it is just a matter of initialization. regards, Danny Gaethofs --- In [EMAIL PROTECTED], allanwallis [EMAIL PROTECTED

[Axapta-Knowledge-Village] Sales Documents

2004-11-11 Thread Danny Gaethofs
it this way. Is it not possible to use section templates and so on to build the design. regards, Danny Gaethofs Yahoo! Groups Sponsor ~-- $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/kGEolB/TM

[Axapta-Knowledge-Village] Address Field in CustTable

2004-11-10 Thread Danny Gaethofs
Dear all, When an address is assembled in the field addressview the country code is added to the view. Can someone tell me how the address field is assembled. I have been searching for it, but cannot find a method or something else that does take care of it. In fact what I want is - or what