[development-axapta] merging usr layer mods into var layer

2004-11-07 Thread el8tion
I have a new customers with quite a few mods on same forms reports, where some mods are in the var layer and some in the usr layer. What I would like to do is migrate/merge all the modifications into the var layer so we only have a single deal with in doing comparisons and such to

[development-axapta] Proper developpement layer and migration ?

2004-11-07 Thread fabien_m2002
Hello - all my specific developpement were created into the user layer. I guess it should have been more properly to work in cust layer. How do you think of that ? And how can you migrate from 'usr' downto 'cust' layer ? - Furthermore, What's the bast way to migrate all developpments to

[development-axapta] Rename_ModuleList when upgrading 2.5-3.0

2004-11-07 Thread Thomas Vogt Poulsen
I have upgraded an Axapta 2.5 to 3.0 SP3 an of course there are differences in the numberserie functionality, but why is the modulelist method in the class NumberSeqReferences called Renamed_ModuleList in the Sys-layer. How do I handle that since the fixAll method uses ModuleList? Best

[development-axapta] Variable number of fields in table!!!

2004-11-07 Thread Peter Chalem
Hi everyone... I need to develop a budgeting system were the user defines how many months he wants to budget and the system will not only keep these values only, but the form should only display these specific fields... I have some ideas with containers, arrays, etc.. but nothing really

[development-axapta] Constant Production Time for a batch

2004-11-07 Thread Üstün Uçtum
Hi, I have a customer with the following request: Prosess time is 15 min for 1 to 250 pieces. Ýn other word, he needs the production time to be 15 min. upto 250 pieces, then 30 min. between 251 to 500 pieces and so on (something just like to multiple in inventory management). Thanks, Üstün

SV: [development-axapta] Re: Codeprotection in Axapta?

2004-11-07 Thread Erik Hansen
One way it to code some of your key functionality in a DLL and call it from Axapta. This will make the rest of the code unusable, but still readable. If you want to protect the DLL you have to make some protection in it. :-) Erik Fra: benherit

[development-axapta] What determines the Scope of an IF Statement

2004-11-07 Thread bob . brinker
Hi All, I am a little confused about what controls the scope of an IF statement. I thought that the curly brackets { and } controlled the scope but there are no curly brackets following the IF in some Axapta code. For example: What is the scope of the first IF in the code below taken from

RE: [development-axapta] cost of Axapta

2004-11-07 Thread Steve Wright
Axapta is not included in any of the volume licensing models of Microsoft. So the price does depend upon which country you are in. Steve. _ From: Vijay [mailto:[EMAIL PROTECTED] Sent: Friday, 5 November 2004 6:43 PM To: [EMAIL PROTECTED] Subject: [development-axapta] cost of Axapta

RE: [development-axapta] Constant Production Time for a batch

2004-11-07 Thread Harry Deshpande
Hi You will have to do a modification Regards Harry -Original Message- From: stn Utum [mailto:[EMAIL PROTECTED] Sent: Sunday, 7 November 2004 9:39 a.m. To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [development-axapta] Constant Production Time for a batch Hi, I have a

SV: [development-axapta] What determines the Scope of an IF Statement

2004-11-07 Thread Erik Hansen
if (custInvoiceJour.SumMarkup) // print freight/misc charges { element.execute(1); } element.printBackorders(); taxSpecPrintLevel = CustFormletterParameters::Find().TaxSpecPrintLevel; if (taxSpecPrintLevel != TaxSpecPrintLevel::None) { } Best regards Erik

SV: [development-axapta] merging usr layer mods into var layer

2004-11-07 Thread Erik Hansen
Yes it will work for alle other elements than Tables. Best regards Erik Fra: el8tion [mailto:[EMAIL PROTECTED] Sendt: fr 05-11-2004 23:38 Til: [EMAIL PROTECTED] Emne: [development-axapta] merging usr layer mods into var layer I have a new customers

RE: [development-axapta] CRITICAL! General Journal Line duplicated

2004-11-07 Thread Matt Benic
Thanks for the suggestion :) I found that the reason the things I tried before 'didn't work' was that the user I was asking to retry posting the journal was _only_ retrying to post, rather than deleting and recreating the journal. Obviously by that time the number had already been allocated,

RE: [development-axapta] Retrieving labeltext from a reportfield

2004-11-07 Thread Lennart Conrad
Hi Andries If you want to retrieve the label from the tablefield specified in the datafield property, you can create a DictField and use the label() method. This will return the label from the tablefield, if it is specified. If not, it will return the label from the EDT of the table

[development-axapta] where clause

2004-11-07 Thread Alfonso Collados Arroyo
Hi all, I want to make a select statement like this: Select Table where Table.Field IN (Value1,Value2); How can I do this in X++? I'm interested in IN clause. Regards, Alfonso [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT