RE: [development-axapta] Purchase digit problem..

2004-01-23 Thread Preston A. Larimer
Title: Purchase digit problem.. Hey Anil,   I think your problem is not the EDT, but in the actual price calculation,  the price is calculated by priceDisc::price2Amount, this is used on both purch and sales lines and will round the price based on the default currency settings, so you

[development-axapta] Purchase digit problem..

2004-01-23 Thread Anil Ozay
Title: Purchase digit problem.. Hi all.. I have an interesting problem with Axapta.. I want to use two digits on SalesTable and five digits on PurchTable. On Currency table, i define five digit for purchasing (0.0), and 2 digit for saling (0.00). But it doesn't work on my system. Also a

RE: [development-axapta] What about Fields renaming?

2004-01-23 Thread Preston A. Larimer
Boris, MOST all fields in Axapta use an extended data type (EDT) or a base enumerator (baseEnum) , if you look at the field in the table in the AOT, and get the property for this you can then find the EDT/baseEnum change the label, and it will effect all places it is used in the system.  If y

RE: [development-axapta] Rename the field...

2004-01-23 Thread Don Price
Sounds like what you want to do is not rename the field but change the label, right? Find the field in the form design and change the property label. Labels are inherited in this order type(extended data type/enum), Table/Field then form. So if you apply to form its just the form, change it a

[development-axapta] What about Fields renaming?

2004-01-23 Thread "Boris Gartner"
Excuse me! Seems I did not get any help for the problem concerned the Fields renaming. I wonder is there any way to rename the fields by not using any programming? Boris Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ To unsubscr

RE: [development-axapta] Filtering on a memo field

2004-01-23 Thread Don Price
Thanks to everyone who replied.  I did get it working by looping thru the recordset building a container and then using that container to assign to a querybuildRange.  Preston I forgot about the connection/execute to go directly to SQL that should be better performance-wise then my metho

AW: [development-axapta] Re: overwritesystemfields doesnt work

2004-01-23 Thread Groß
Hi to all,       to bring a little bit clarification to this discussion, let me explain the purpose of the systemfields and the possibilities to change values of them:   (1) manipulation of systemfields of each table will be handled by the kernel (2) systemfields are

RE: [development-axapta] Re: Unwanted Corrected sales tax amount in VendInvoiceJournal...

2004-01-23 Thread Peter Chalem
No, I have all changes in the VAR and USR layer   Regards   Peter De: agramm2000 [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 23 de Enero de 2004 03:29 a.m.Para: [EMAIL PROTECTED]Asunto: [development-axapta] Re: Unwanted Corrected sales tax amount in VendInvoiceJournal... --- In [

AW: [development-axapta] no Usersetup possible - reasons?

2004-01-23 Thread Groß
hi all,   for allowing usersetup on forms you have to ensure, that the configurationkey SysFormSetupAdvanced is activated!   regards to all wolfgang   -Ursprüngliche Nachricht- Von: juepeterberlin [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 23. Januar 2004 10:27 An: [EMAI

[development-axapta] Fw: Balanced Scorecard in Axapta....

2004-01-23 Thread Tomasz Dudek
Hello, I do have important question concerning Balanced Scorecard module in Axapta (either ver. 2.5 or 3.0): Balanced Scorecard in its methodology has basic element called 'Strategy Map'. Mentioned Map present relation between 'Perspectives', 'Startegic Goals' and "Startegic Tasks/Areas' (in Axapt

[development-axapta] no Usersetup possible - reasons?

2004-01-23 Thread juepeterberlin
In the Usersetup-form (Tab "layout"), controls are all pictured with a "lock" and the Layout-controls below are "grayed out". This happens fairly arbitrarily, though AllowUserSetup is on "Yes" for all containers and control in all forms. Are there any other factors, who are important for al

RE: [development-axapta] Filtering on a memo field

2004-01-23 Thread Malcolm Burtt
Hi   I built a simple search engine in Axapta 2.5 to overcome this. I have a background job that periodically reads through new and modified records in a set of user defined memo fields. For each field it splits the memo field into individual words, discards anything of less than 4 letters

[development-axapta] Re: Unwanted Corrected sales tax amount in VendInvoiceJournal...

2004-01-23 Thread agramm2000
--- In [EMAIL PROTECTED], "Peter Chalem" <[EMAIL PROTECTED]> wrote: > Hi All... >  > When we are typing a Invoice Journal in Accounts Payable, sometimes the > system generates "automatically" some value on the Corrected Sales Tax > Amount field ... I know if I go to the Sales Tax button in

Re: [development-axapta] Re: Filtering on a memo field

2004-01-23 Thread Jacob Hjelmer Nielsen
Bear in mind that the length of queryranges is not unlimited!.And will cause a runtime Sql-error if it goes beyond approx. 255. Hence You should either decompose the queryrangevaluestring into substrings of 255 and insert info a new range. Or accumulate them i a set, and afterwards use the