RE: [development-axapta] AP&AR aging by currency

2005-04-19 Thread Harry (Harshawardhan Deshpande
hi V3Sp2 Standard system I posted two transactions in different currencies and printed customer - external account statement, the aging was printed for multiple currencies. regards harry James Flavell <[EMAIL PROTECTED]> wrote: Thanks Harry, I have taken a quick look at the class a

YNT: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-19 Thread Cenk Ince
Hi Steeve I don't directly change itemid, i rigth click on itemid, select "record info" and then i rename itemid, which is a standard of Axapta. Then if i try to save it i get error. My item is already created on inventtable. and inventtablemodules are created also, the problem is like you s

RE: [development-axapta] Re: Formbuilddatasource - adding a datasource runtime to an already running form

2005-04-19 Thread Harry (Harshawardhan Deshpande
hi Lars I give up, Axapta starts crashing if I try to do anything. If I as really desparate I would modify the formrunclassonclient to make sure that {   if the form being loaded has been setup to display the related values &&   the form being loaded does not have the new datasource

RE: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-19 Thread Bayliss, Barry
Did you use the Rename function as part of the record info screen? -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: Tuesday, 19 April 2005 10:11 PM To: development-axapta@yahoogroups.com Subject: RE : [development-

RE: [development-axapta] Re: Formbuilddatasource - adding a datasource runtime to an already running form

2005-04-19 Thread Lars Holm
Hi Jesper, Thanks for your reply. It's a tricky one. It seems possible to add datasources to a form which you build entirely from code. And it's also possible to add them to a form which is not running yet (I think) - but not to already running forms. Well, you can but only to "simple" ones.

Re: [development-axapta] Import information from excel

2005-04-19 Thread cesar fernandez Carretero
Hola,    Este es un job para importar directamente hojas excel, pasando por cada casilla de la hoja. //created by Cesar Fernandez static void ImportarTablaDesdeExcel(Args _args) {     COM excel;     COM workBooks, workBook;     COM workSheets, workSheet;     COM celda;     COMVariant varia

AW: [development-axapta] Re: Formbuilddatasource - adding a datasource runtime to an already running form

2005-04-19 Thread jesper.joergensen
HI Lars, Take a look at the form SysRecordInfo, The form generates a new form and uses FormBuildDatasource. I am having problems attaching a new data source to an existing form at runtime. You can add a new data source, but you can not attach a table to the data source. /Jesper

[development-axapta] Setting the language of a report

2005-04-19 Thread a_zappia
Hi everybody, I've got a little trouble setting the langauge for a report. What I'd like to see is that the report labels are displayed in the language of the customer (not in my application language). I used a code like this:     str lang;     element.design().languageID("en-gb");     la

[development-axapta] InventOnhandItem

2005-04-19 Thread Ibrahim Kilicarslan
Hi there, I want to put a display field to the grid in InventOnhandItem form calculated by using inventdim.inventbatchid and inventsum.itemid . This display method can be written in InventDim datasource unfortunately the return value paint other cells. How can i get itemid from InventSum

[development-axapta] Inventary tables

2005-04-19 Thread pisonnic
Hi all,    I work with Axapta 2.5 sp3. This is my question.    When you have generated one line in one sales order, I want to know, what are the tables where the information of the itemid and the configid has gone to like (inventtrans, inventsum, ...).    The purpose is to be able to chang

RE: [development-axapta] User Group Permissions

2005-04-19 Thread Matt Benic
Hi Roberto, If you set up a top level set of security keys, and allow certain groups access to those keys, you can limit accessibility in new functionality buy assigning those keys, or chilren of those keys. Regards, Matt Benic Axapta and .Net Developer UTi Sun Couriers Division "The univer

AW: Re[4]: [development-axapta] Visual Source Safe + Axapta Projects

2005-04-19 Thread Andrae, Tobias
Hi Brandon, maybe it would be a good idea to *read* the code Max sent to you - you still have the complete source code ;-). And you could use a development system for that task - of course no one wants you to "just import code you don't know" in your life environment. hth Tobias  

RE: [development-axapta] AP&AR aging by currency

2005-04-19 Thread James Flavell
Thanks Harry, I have taken a quick look at the class and method etc and find there is a method in class custbalancelist that calls the method you mention.  Need to spend some more time digging a bit deeper Thanks James -Original Message- From: development-axapta@yahoogroups.com [

RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-19 Thread Steeve Gilbert
!!! I don't think you should change an ItemId on InventTable! What happens to records (Sales, Purch, Invent, etc) that use the itemId you try to change? They will refer to a non existing ItemId? You get this error because no record exist in InventTableModule for you new ItemId. For each I

[development-axapta] User Group Permissions

2005-04-19 Thread Roberto Pineda
Hello to All. We have different companies, each one has a user group definition, in order to limit the access to the menues. Also we have domains, because some user groups can jump throught companies. The point is that when we add a new MenuItem to any Menu it is visible to all user groups. W

RE: RE: RE : [development-axapta] To Propagate the modifiedby and modifiedda te to other tables

2005-04-19 Thread Elías Manchón López
Yes, I remember it. TTSBEGIN; MyTable.SelectForUpdate(True); MyTable.Update(); TTSCOMMIT; Elías Manchón López Dpto. de Sistemas Gaviota Simbac S.L. Tlf.: 965474200 Fax: 965475680   -Mensaje original-   De: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] nombre de Stee

SV: [development-axapta] How do I disable recordtemplates

2005-04-19 Thread Dahlsgaard Jan
wouldn't that clear all fields initiated in initvalue, not just the field from the recordtemplate ? Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Steen Rabol Sendt: 18. april 2005 16:51 Til: development-axapta@yahoogroups.com C

RE: [development-axapta] Not able to see forecast planning module in Master Planning

2005-04-19 Thread Lars Holm
Hi Daniel, Perhaps it's disabled in the configuration keys (Logistics, inventory forecast)? Best regards, Lars Holm Senior Technical Consultant -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of daniellim_yh Sent: 19. april 2005

RE: [development-axapta] AP&AR aging by currency

2005-04-19 Thread Harry (Harshawardhan Deshpande
hi Check class - CustVendBalanceList method placeTransInColumnsCur. This method does exactly what you want to achive. You will have to back-track this method (or method PlaceTransInColumns) to the ageing report. (i.e. method tmpAccountSum). regards harry James Flavell <[EMAIL PROTECTED