[development-axapta] How to get a table Map fro a table?.

2005-01-03 Thread andreas_paulsson_cimkey_se
Hello. I am creating a utility class that operates on addresses. I have a utility function that wants a table map Address as in parameter. I can write void myFunc(AddressMap _address) { ... useAddress(_address.Address, _address.ZipCode, _address.City, _address.Country); ... } ,

[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] Object ID

2005-01-03 Thread Joy
Dear all, I'm facing a problem right now, and deeply need help. This is the story : We have 2 application and 2 Database on single server, 1 as UAT (A) and the other as Go Live preparation (B). There is a mistake that using A appl and B Database. What is the effect of it? and how to

Re: [development-axapta] simple report question

2005-01-03 Thread Paulius Cerniauskas
I think it would be easier to create blank text field. then do something like: for (i=1; i=5;i++) { someStr --- Danny Gaethofs [EMAIL PROTECTED] wrote: 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

Re: [development-axapta] simple report question/correction

2005-01-03 Thread Paulius Cerniauskas
I think it would be easier to create blank text field. Set autodeclaration to yes, then do something like: for (i=1; i=n;i++) someStr += strfmt( %1,ItemId); where you need (this could be inside your fetch()method) then call programmable section once, but before that set text field value:

Re: [development-axapta] simple report question

2005-01-03 Thread Paulius Cerniauskas
I think it would be easier to create blank text field. Set autodeclaration to yes, then do something like: for (i=1; i=n;i++) { someStr += strfmt( %1,ItemId); } where you need (this could be inside your fetch() method) then call programmable section one time, but before that set text

[development-axapta] Users screen

2005-01-03 Thread Deniz ASLAN
Hi all, In Axapta3.0 sp3 , I opened a new company which use the same AOS and db. How can I transfer personalize screen in my new company. I have to design all users screen again? Thanks Best regards, Deniz ASLAN --- Outgoing mail is certified Virus Free. Checked by AVG

RE : [development-axapta] Navision Axapta Debugger

2005-01-03 Thread Steeve Gilbert
Sorry to hi-jack your thread but... Is SP4 out for 3.0??? Steeve... -Message d'origine- De : AudriusP [mailto:[EMAIL PROTECTED] Envoyé : 29 décembre 2004 04:25 À : development-axapta@yahoogroups.com Objet : [development-axapta] Navision Axapta Debugger Hi all, i hope

[development-axapta] EXECUTE A STRING VARIABLE CONTENT - EJECUTAR CONTENIDO DE VARIABLE STRING

2005-01-03 Thread tavocol2002
ENGLISH: Hello!!! I'm trying to execute the content of a string variable. By Example: I have the variable str execode = InventTable.ItemId = 'Item1' exists one way to execute the str variable? THANKS! SPANISH: Hola!!! Estoy tratando de ejecutar el contenido de una variable