[Axapta-Knowledge-Village] fetch() method

2004-12-20 Thread don
Hi there, Can someone tell me what the relation/interaction is between the fetch() method and the structure of the report. And display methods in the bodies. regards, Don Yahoo! Groups Sponsor ~--> $4.98 domain names from Yahoo!. Register an

[Axapta-Knowledge-Village] Financials statements in other currency

2004-12-20 Thread Luis Ernesto Resendiz
Hello to all: I want to know if it is possible to see the financial statements in another currency. For example, a company of the United States has a division in Mexico, which conducts operations in national currency, but the authorities in the United States wish to know the balances of th

RE : [Axapta-Knowledge-Village] Report Designning with View as DataSource

2004-12-20 Thread Steeve Gilbert
You don't need to code anything to use views as dataSources in report. Just create the view and drag it onto the dataSource report section. Ask some more precise question, it'll be easier for us to help you. Steeve... -Message d'origine- De : compashi [mailto:[EMAIL PROTECTED] Env

[Axapta-Knowledge-Village] Re: Dimension Validation

2004-12-20 Thread frodnew57
Subbu, For example, possible dimension 1 values are a, b, c, and d. But entries to account 1234 should only be posted using dimension a, b, or blank (null). In other words, dimensions c and d are not valid when associated with account 1234. But having no dimension is OK. I hope this is

Re: [Axapta-Knowledge-Village] error in Axapd.aoi?!

2004-12-20 Thread Raul Llorente Peña/OPENSOLUTIONS
check: - Readonly attributes, or permissions of the windows user over the file- disk space- Other users aren't working with that application. That file is the index of all objects of AOT and application in Axapta. When opened, Axapta sees that objects don't match the index,so it tries to creat

SV: [Axapta-Knowledge-Village] EDT -> Dimensions

2004-12-20 Thread Lars Holm
Perhaps replace 1 with a comile time check, like this: range = dsInventTable.addRange(fieldid2ext(fieldnum(InventTable, Dimension), SysDimension::Department+1)); Br, Lars Fra: Varden Morris [mailto:[EMAIL PROTECTED] Sendt: ma 20-12-2004 13:23 Til: Axapta-Know

Re: [Axapta-Knowledge-Village] EDT -> Dimensions

2004-12-20 Thread Varden Morris
You can try this:   range1 = dsInventTable.addRange(fieldid2ext(fieldnum(InventTable,Dimension),1)) OR range2 = dsInventTable.addRange(fieldid2ext(fieldnum(InventTable,Dimension),2)) OR range3 = dsInventTable.addRange(fieldid2ext(fieldnum(InventTable,Dimension),3)) Varden Morris   J. Wray & Nep

[Axapta-Knowledge-Village] error in Axapd.aoi?!

2004-12-20 Thread jasondykeson
Dear Members, I have a problem during creation of index axapd.aoi file. At start up of Axapta it start to create the file only after a few seconds it gives an error. The message is: Error in file C:\program files\\Appl\Standard\axsys.oad while reading in record = COE63CO windows error

[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 - initParamet

[Axapta-Knowledge-Village] Class Based Reports Behaving Abnormally

2004-12-20 Thread compashi
Hello to all and Group Moderator for such a wonderful group. I am a novice in the Axapta Development.Right now i am creating some reports in Axapta platform and experencing some uneven problems. Some times when i create a Report in 2-tier Fat Client Structure. What happens is that on opening C

Re: [Axapta-Knowledge-Village] How to read temporary table

2004-12-20 Thread Varden Morris
I think you need to do something like this:   tmpTab = this.Process_InventSum(BranchId,ItemGroup); You are just calling the method (this.Process_InventSum(BranchId,ItemGroup) but you are not capturing the return value. Varden Morris   J. Wray & Nephew Ltd. - Group I.S. 234 Spanish Town Road Kin

[Axapta-Knowledge-Village] Best Practices Check

2004-12-20 Thread axapta_guru
Hi Can anybody tell me how we can just restrict the results for best practices deviation to the objects we modified / wrote. Everytime I compile the application, it show the thousands of deviations from Best Practices which are related to standard axapta. Can anybody suggest me how to get rid

[Axapta-Knowledge-Village] Re: inventory journal

2004-12-20 Thread RALorenz
Have you tried running the Consistency check for inventory journals? Also, check to see if the journal number on the requirement is the same as your posted journal. If it is different, and if the journal number listed on the requirements screen doesn't really exist, then create a new journa

[Axapta-Knowledge-Village] Re: barcode

2004-12-20 Thread RALorenz
Do I understand correctly? You want a user to scan a barcode, and have Axapta create a sales line from the information in the barcode. I assume that the barcode reader is attached to the keyboard on the user's computer. This can be done by creating the barcode that contains the keyboard com

Re: [Axapta-Knowledge-Village] Cosmetic Changes On Form

2004-12-20 Thread Raul Llorente Peña/OPENSOLUTIONS
You would teorically have no problem. If you export objects without selecting special options, Axapta will exports objects with USR point of view. This is, if you export a form with modifications in VAR and USR layers, USR layer version will be exported. If you export a Table, It will export t

[Axapta-Knowledge-Village] working time not specified

2004-12-20 Thread birzanto
Dear all, Sometimes when I generated MRP or Update Production Order into status Start, this message error appears: Working time '' has not been specified for '12/20/2004'. I have checked the respective Route and its Work Center, but the Working Times in that work center has been specified.

Re: [Axapta-Knowledge-Village] Filter the modified objects to specific date.

2004-12-20 Thread Raul Llorente Peña/OPENSOLUTIONS
You can filter objects in a Project.Create a project, rename it, and open it. Then, hit the filter button placed above, in the Project Window. There you can select (and filter) objects from the AOT. There are several options. I usually use the filter with AOT agrupation, selecting bus, bup, va