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

2005-04-19 Thread daniellim_yh
hi all, in my axapta, i m not able to see Forecast planning module in my Master Planning. is it because of security key problem?but i can see Master Plans. i already set to full access for all modules but still not able.what is the problem? pls help n thx in advance. rgds, daniel

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

2005-04-19 Thread Cenk Ince
Hi all On form inventtable i change itemid of a item, When i click on Save button, i get an error like Record can't be selected on inventtablemodule, the record migth be deleted by another user It looks because sales purch and invent datasources can't be refreshed. Is there a solution

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

2005-04-19 Thread Max Belugin
Hello Steen Rabol, ïîíåäåëüíèê, 18 àïðåëÿ 2005 ã., you wrote: SR Don't believe everything you read :-) SR As it is now, only Source Depot integration is working - and SR Source Depot is a internal MS tool. Is it about Ax4.0 ? SR Unit testing... ;-) AFAIK the main effort in Ax4.0 is

RE: [development-axapta] APAR 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

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

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

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 Steen

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

RE: [development-axapta] APAR 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

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] 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

[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 change the

[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] 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);

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

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 variant, variant2;