[development-axapta] Labels??

2004-11-04 Thread Andre Klopper
Hi, Where is the labels stored? I thought it was in the application directory *.ald? But when I create a label and go to see where it has been created its nowhere to be found... Any way to filnd my missing label file? When I go to Label Search, it does find it somewhere. Regards, Andr

Re: RE : [development-axapta] How to print long report

2004-11-04 Thread rviryanthara
Hi Steeve, Yes, I mean 'Fit to Page' property. I use Ax3.0. At first, my report is fit in one page but it is shrinked so that it is not readable. Then in the report design property, I set 'Fit to Page' to 'No'. The result is column overlapp each other. I want the report to be printed landsca

[development-axapta] Credit Card Payments in Enterprise Portal

2004-11-04 Thread Vanessa Kirberger
Does anyone know what the procedure would be to have Credit Card Payments in Enterprise Portal. regards Vanessa Yahoo! Groups Sponsor Get unlimited calls to U.S./Canada Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/deve

[development-axapta] merging layers

2004-11-04 Thread paulinavk
I have a situation where in V25 some of the modifications on site were in the BUS layer and some were in the USR layer.  Because Microsoft has changed the lic rules/costs we don't want the BUS layer and I have merged the BUS layer into the USR layer for version 3. My worry is during the u

RE: [development-axapta] Payment distribution

2004-11-04 Thread James Flavell
Also you have 'Allocation' which allows you to set predefined amounts or % splits when something is posted into a ledger accountbut I cant remember if Allocation works on automatic system posting or only on journal postings -Original Message- From: Karina Normann Jakobsen (M

[development-axapta] Definition locator

2004-11-04 Thread Evelio La Rosa
Hi I used to right click any word in the AXAPTA editor to find the place where the definition of the clicked word could be found. Right now this functionality is not working any more. I have not Idea why this is happening. This functionality can also be called by the key’s combination C

[development-axapta] Customized Reports in Axapta

2004-11-04 Thread roberto pineda
I made a report with many columns, i.e. 14 columns, [12 months, one of description and one for accumulated balance]. The problem is that I need that report show all in al single line, but if I use "Auto [Left]" property, the report will give me two lines. I need all data in one line  because

RE: [development-axapta] Payment distribution

2004-11-04 Thread Karina Normann Jakobsen (MICROSOFT BUSINESS SOLUTIONS)
Hej Henrik, I'm not quite sure what you want - but let me provide you with a couple of examples. You can enter dimension on a customer And you can enter dimensions on an item The dimension from the customer is defaulted to the sales order header when you create a new sa

Re: [development-axapta] Re: LabelId's from Enum Values

2004-11-04 Thread jesper.joergensen
Hi Ben, you get the result correct, but you change the language temporay for the session. I have solved the problem in the following manner: add this method to the class "SysDictEnum": LabelId Value2LabelLabel(int value) {     #Properties     SysDictEnum SysDictEnum;     TreeNode   

[development-axapta] Payment distribution

2004-11-04 Thread Henrik Hartz
In Axapta 2.5, can anybody advise on how to distribute an accounts payable invoice amount to three different products in dimension? Is there a way of doing this from the system as is, or is it required to manually split the invoice in three amounts when posting/entering the invoice product? I'

[development-axapta] Retrieving labeltext from a reportfield

2004-11-04 Thread Andries Patrick
Hello, I'm trying to retrieve the labeltext printed on a report.  I can retrieve this text with field.label() if there is acctually put a label on the field in the report, but not if the label is taken from the datafield or from the EDT. Does anybody knows if we can use the method that

[development-axapta] validateWrite method on webform datasource doesn't work

2004-11-04 Thread Gideon Neijs
Hi all, I'm trying to validate a delete action in a webform. I've added my validation code to the validateWrite method on the datasource of the webform, like this: public boolean validateDelete() {     boolean ret;     ret = super();     if(dsInventJournalTable.Posted == N

[development-axapta] Re: LabelId´s from Enum Values

2004-11-04 Thread benherit
original i want to get the labelid in format @SYS to translate it into an other language. with    LanguageId orglanguageId = infolog.language();    senum = new SysDictEnum( 53 );    infolog.language('en-us');    lid = senum.value2Label(1);    infolog.language(orglanguageId); i get t

RE: [development-axapta] Duplicate voucher Numbers

2004-11-04 Thread Girish Bhatkal
Steeve, thanks for the info. I have not yet heard about duplicate vouchers been created, from the end users. If I do get to know that they have got duplicates then I will change as u have suggested. Cheers, Girish   _  From: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sent: 03 Nov

[development-axapta] Re: Code node in product builder

2004-11-04 Thread luisxbmo
Hi, Fabrice has already given you one way to do it. However you can do it all in the method that you are overriding or adding, or actually you can place all the code in a class and then instantiate it and evoke whatever method you have placed the code in. Where to place the code is really a

[development-axapta] Re: LabelId´s from Enum Values

2004-11-04 Thread onnobid
??? in previous post you asked for label id in format @SYSxxx. Value2Label() returns the label but not the id of the label. What do you really mean now? Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.

[development-axapta] Re: LabelId´s from Enum Values

2004-11-04 Thread benherit
Hi, i find a solution: LanguageId orglanguageId = infolog.language(); senum = new SysDictEnum( 53 ); infolog.language('en-us'); lid = senum.value2Label(1); infolog.language(orglanguageId); --- In [EMAIL PROTECTED], "benherit" <[EMAIL PROTECTED]> wrote: > > > Hi, > > i want to get th

[development-axapta] Re: LabelId´s from Enum Values

2004-11-04 Thread onnobid
Hi, you can extract it from properties as shown below. For convenience write a method using DictEnum class to construct the path (TreeNode::findNode()) by enum and value. static void Job34(Args _args) {     TreeNode TN;     str  s;     ;     TN = TreeNode::findNode("Data Dictionary\\Ba

RE: [development-axapta] Code Help

2004-11-04 Thread Henrik Østergård
hi, You can generally abort the warning on userlevel, ie. administration - users - usersetup - confirmation You CAN also modify the labels: @SYS73804 - You are about to delete %1 @SYS76606 - Continue? preferably do the change in the AOT! Henrik >-- Oprindelig Besked -- >To: [EMAIL PROTE

[development-axapta] LabelId´s from Enum Values

2004-11-04 Thread benherit
Hi, i want to get the LabelId´s (in the format of "@SYS1234") from the values of an enum? How can i readout the LabelId´s in my code? Thanx Ben Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.ya

[development-axapta] Re: Code Help

2004-11-04 Thread wohegro
hi there, you can find (and modify) this text in a file named axSYS.ktd where is a given language in axapta (so, for every axapta-language you can find a "ktd"-file). close any axapta-session, shut down the AOS (when running), open the file with notepad-editor, search for #410, see