RE: [Axapta-Knowledge-Village] Avg cost closing fields explanation

2005-09-15 Thread James Flavell
Title: Message Hi Harry, You mean the line will be left open with 99 or 99,995? This is the exact problem I am struggling to understand. I dont know if the minimum means when the receipt does not have the minimum then it is not included in the average ()what you say harry) or whether

[Axapta-Knowledge-Village] Replace char in string

2005-09-15 Thread Alfonso Collados Arroyo
Hi all: How can I replace a char in a string? I try to explain it. I have this string Pp-ppp-pp and I want to obtain PP++pp Thanks very much -- This e-mail and any attachments are confidential. If you are

[Axapta-Knowledge-Village] kernel level programming

2005-09-15 Thread axapta tecnical consultant
Hello All, Can anyone please tell, which language is used in kernel level programming in Axapta. and in which file we can find that code.AdeusMaverick Sharing the knowledge on Axapta. YAHOO! GROUPS LINKS Visit your group "Axapta-Knowledge-Village" on the

[Axapta-Knowledge-Village] Clusteredindex on inventsum inventdim

2005-09-15 Thread TVG Tom Vergote
I'm investigating a performance issue at a customer's site and I've narrowed it down to a single query involving inventsum inventdim. The problem is pretty strange, needing to reindex every now and then. For many reasons it's advised to have a clustered index on every table (would

Re: [Axapta-Knowledge-Village] Replace char in string

2005-09-15 Thread Varden Morris
Hi Alfonso, Place the following code in a job and execute it: str RepStr = 'Pp-ppp-pp'; int CharPos; char RepChar = '-'; char RepCharWith = '+'; ; CharPos = strscan(RepStr, RepChar,1, strlen(RepStr)); while (CharPos) { RepStr = strPoke(RepStr, RepCharWith, CharPos); CharPos =

RE: [Axapta-Knowledge-Village] Replace char in string

2005-09-15 Thread Alfonso Collados Arroyo
Thanks, but I found a function: strreplace(Text,Char to Replace,Replace Char ); Anyway thank you very much. De: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Village@yahoogroups.com] En nombre de Varden Morris Enviado el: jueves, 15 de septiembre de

[Axapta-Knowledge-Village] In printer setup, how to make PDF the default file/message type?

2005-09-15 Thread slees32
Our users when emailing a document from Axapta almost always choose PDF. However the standard default is ASCII meaning they always have to click on the combo box and select PDF from the bottom of the list. The default seems to be controlled by the element ASCII of the base enum

RE: [Axapta-Knowledge-Village] Replace char in string

2005-09-15 Thread kbi kbi
Hi, Personally, I think you can find many many usefull functions (somtime can be duplicated) from class call Global. Take a look at that class. Have anice day.Alfonso Collados Arroyo [EMAIL PROTECTED] wrote: Thanks, but I found a function: strreplace(Text,Char to Replace,Replace Char

[Axapta-Knowledge-Village] Fixed rate

2005-09-15 Thread yansuryas
Dear all, Has anybody tried to use the fixed rate on the purchase order posting invoice..?? what is the function..?? it seems to useless..?? no effect to the invoice calculation and the journal as well..?? Regards, Yanti Yahoo! Groups Sponsor

[Axapta-Knowledge-Village] Planned orders creation by period

2005-09-15 Thread daniellim_yh
hi all, good day. currently the master scheduling that im running here create 1 planned order to fulfill each requirement. With the item's purchase qty multiple set as 5, it create 1 planned order of 5 to fulfill a small requirement (e.g.0.001). consequences are so many planned orders created

RE: [Axapta-Knowledge-Village] Fixed rate

2005-09-15 Thread Sergey Siroklin
If you set up fixed rate on the purchase order, this rate will be use to calcucate amountMST (if currency of purch is not company currency). Example. Invoice is 100 USD. EUR - is a company currency and exch rate is 1.2. If you set up fixed rate 1.3, vendTrans will be like this: AmountCur =

Re: [Axapta-Knowledge-Village] In printer setup, how to make PDF the default file/message type?

2005-09-15 Thread Sonny Wibawa Adi
Hi, Steve, You may set your preferred file format when print the report to a file. The function name is preferredFileFormat in printJobSettings class. Here is the sample code in init method of a report: public void init() { super();

[Axapta-Knowledge-Village] Service Tax through General Journal

2005-09-15 Thread amit singh
Dear All Can I pass a Voucher entry with service tax through General Journal? Regards Amit Yahoo! India Matrimony: Find your partner now. Sharing the knowledge on Axapta. YAHOO! GROUPS LINKS Visit your group "Axapta-Knowledge-Village" on the web. To