RE: [Axapta-Knowledge-Village] Invoice account vs order account in AR.

2006-05-29 Thread Nihar Saraiya
Hi Hennie Potgieter Did you get the solution to the query mentioned below? If yes, do share with me, as i see it an interesting scenario. My thoughts on it, assuming that i have understood the scenario correctly. 4 things can work in tandem. GL Account with Account Type as 'Total' Custo

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Material

2006-05-29 Thread Dhiraj yadav
Hey rashika , what happend to you ,as you told us to provide Trade and logistics preparation documents. what happend to that promise. We all egarly waiting for but you dint reply to any body and even you dint send any document. this site is very trustworthy so plz keep the promiseasap. waiting f

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Materials

2006-05-29 Thread Sri ni
Hi Rasika !   Can u pls send me also iam planning to go through it asap   Thanks in advance   Srini   Rasika Athuraliya <[EMAIL PROTECTED]> wrote:   Hi,   I am Rasika from Sri Lanka.   I did T&L exam resently and got through. If you still searching for the materials I can send it. Pl. write t

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread hemamalinis
hi, i hav altered the code what nihar said. but, it shows one lakh two hundred thousand and 50/100 for the value 120.50.  but, i want to display as 12 lakhs and 50 paise. i think to do this, i hav to change the entire code. how do i do? regs, Hema. S    

[Axapta-Knowledge-Village] On line Consolidations

2006-05-29 Thread stv_bradford
Can anyone advise: In Release 3.0 do on-line consolidations lock the ledger table for other companies in the consolidation. If so, is it just for the one subsidiary being consolidated, or for all subsidiaries? My client wants to run multiple budget and actual consoloidsations during the

RE : RE : [Axapta-Knowledge-Village] How to call multiple report designs?

2006-05-29 Thread Steeve Gilbert
In the init() method after super(). Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sherin francis Envoyé : 27 mai 2006 02:19 À : Axapta-Knowledge-Village@yahoogroups.com Objet : Re: RE : [Axapta-Knowledge-Village] H

RE : [Axapta-Knowledge-Village] Re: dbo to bmssa

2006-05-29 Thread Steeve Gilbert
Thanks to Mikael and Mike, I've resolved the issue by changing the db user on the AOS. Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Mikael Sorensen Envoyé : 25 mai 2006 05:05 À : Axapta-Knowledge-Village@yahoogrou

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Material

2006-05-29 Thread Siva kumar
Hi Rishika,         Iam siva from India. Could you please send me the material for T&L  . Iam going to give up my exam next month.      Thanks in advance,   Siva Dhiraj yadav <[EMAIL PROTECTED]> wrote:   plz send me rashika iwant to clear this exam as soon as possible thanx in advance

Re: Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Ashish Singh
Thanks to all of you. Who have contributed to this thread : I also have one more code which i am sharing : static void Mudit(Args _args) { SysDictField f; SysDictType  d; ; f = new sysDictField(tablenum(custTable),fieldnum(custTable,custGroup)); d = new SysDictType(f.TypeId()); print d.name()

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
Hi,   Thanks yaar. i did the same.      regards,   vijaykarthik.k Dhiraj yadav <[EMAIL PROTECTED]> wrote:   NIhar is right . plz do as nihar said. comment millon and write crore at that position . if u will fail to do so i will give the entire code On 5/27/06, vijay karthik <[EMAIL PROTECTED

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Material

2006-05-29 Thread Ashish Singh
yes you can send it... On 5/29/06, Rasika Athuraliya <[EMAIL PROTECTED]> wrote: > > Hi, > I am Rasika from Sri Lanka. > I did T&L exam resently and got through. If you still searching for the > materials I can send it. Pl. write to me if you want it. > wbr, > Rasika > > > --

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread Dhiraj yadav
NIhar is right . plz do as nihar said. comment millon and write crore at that position . if u will fail to do so i will give the entire code On 5/27/06, vijay karthik <[EMAIL PROTECTED]> wrote: > > hi, > i need for help regarding a real value as converted into string. for > example: > real val

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Material

2006-05-29 Thread Dhiraj yadav
plz send me rashika iwant to clear this exam as soon as possible thanx in advance On 5/29/06, Rasika Athuraliya <[EMAIL PROTECTED]> wrote: > > Hi, > I am Rasika from Sri Lanka. > I did T&L exam resently and got through. If you still searching for the > materials I can send it. Pl. write to me

RE: Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Per Jakobsen
Here u go paste into a job     DictField dictField;    DictType  dictType;    ;    dictField = new DictField(tablenum(inventtable),fieldname2id(tablenum(inventtable),'Intracode'));    dicttype = new dicttype(dictfield.typeId());    print dicttype.name();  pause; To: [EMAIL PROTECTED]: [EMAIL

Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Dhiraj yadav
HI ashish Check this if it can work for you. static void Job18(Args _args) { custtable custtable; Dictionary dict = new Dictionary(); DictTable dictTable = new DictTable(dict.tableName2Id("Custtable") ); dictfield f = new DictField(dictTable.id(), dictTable.fieldName2Id ("custgroup"));

[Axapta-Knowledge-Village] Post a new PurchOrder fron X++

2006-05-29 Thread dekoraobleas
Hi, I´m getting mad with this problem, but please: could anyone give me some advice on how to create a purchchase order from X++ code?. Thanks in advance. Nacho. Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. SPONSORED LINKS

RE: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread Nihar Ranjan Samal - Software Engineer \(Enterprise Solutions Practice\) - SIS
hi, for this u have to make correction in that numerialstotxt() and u have to specify like this hundreds    = "@SYS26651";     thousands   = "@SYS26652";     lakhs   = "Lakh";     crores  = "Crore"; in place of  //   millions    = "@SYS26653";  //  billions    = "@SYS26654"; and make

Re: [Axapta-Knowledge-Village] Trade & Logistics Training Materials

2006-05-29 Thread Rasika Athuraliya
Hi,   I am Rasika from Sri Lanka.   I did T&L exam resently and got through. If you still searching for the materials I can send it. Pl. write to me if you want it.   wbr,   Rasika     - Ring'em or ping'em. Make  PC-to-phone calls as low as 1¢/min with

[Axapta-Knowledge-Village] Does Axapta is available in (Farsi) Persian Language?

2006-05-29 Thread premkumarm
Hi, Does Axapta is available in (Farsi) Persian Language. If so, can I have some details. with regards, Premkumar M Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. SPONSORED LINKS

RE: [Axapta-Knowledge-Village] report as an attachment to mail

2006-05-29 Thread Harry Deshpande
*lol* -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dhiraj yadav Sent: 29 May 2006 13:08 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] report as an attachment to mail Its very easy man, th

Re: [Axapta-Knowledge-Village] report as an attachment to mail

2006-05-29 Thread Dhiraj yadav
Its very easy man, this kind of functionality is already in axapta. see when u go to print report print option will come choose email simple . On 5/29/06, gopala krishna <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying to attach report to an email. > How can i do it. > > Thanks, > Gopal. > >

[Axapta-Knowledge-Village] report as an attachment to mail

2006-05-29 Thread gopala krishna
Hi,   I am trying to attach report to an email.   How can i do it.      Thanks,   Gopal.         -   How should a woman equip herself to travel safe even when she's unescorted? Share your knowledge with real people on Yahoo! India Answers Send

RE: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Harry Deshpande
dictfield.typeId() -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Singh Sent: 29 May 2006 12:36 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field N

Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Ashish Singh
No i want to do it programatically using Axapta Classes like DictClass etc. On 5/29/06, somnath jana <[EMAIL PROTECTED]> wrote: > > Hi > Ashish Singh > > Please go to the CustTable > Field CustGroup > see the properties > > Cheers > Somnath Jana > > Ashish Singh <[EMAIL PROTECTED]> wrote: > H

Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread somnath jana
Hi   Ashish Singh      Please go to the CustTable > Field CustGroup > see the properties      Cheers   Somnath Jana Ashish Singh <[EMAIL PROTECTED]> wrote:   Hi, Can somebody tell me as to how to find the name of the EDT that is in use for a table field. viz. i want to know the name of the

[Axapta-Knowledge-Village] How to get the EDT Name of Table Field

2006-05-29 Thread Ashish Singh
Hi, Can somebody tell me as to how to find the name of the EDT that is in use for a table field. viz. i want to know the name of the EDT that have been used in CustGroup field of CustTable which is CustGroupId. Please point as to which class i can make use of to get this info programatically.

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread somnath jana
Hi Vijay Karthik,      Don't warry. Hi  please do the following        Str   Text;   Text = numeralsToTxt(1200.56);   info(Text);      This will help you.      Thanks and regards   Somnath Jana   Kolkata, India vijay karthik <[EMAIL PROTECTED]> wrote:   hi,   i need for help regarding

[Axapta-Knowledge-Village] Filter Records Function

2006-05-29 Thread Koh Meng Chiat
Dear all,      The Filter Records function allows user to set up the filtering criteria.  However, can i make the the system automatically filter the records (like vendors) when user logs in without using Record Level Security (RLS) function?      Best Regards,      Jack Koh     --

[Axapta-Knowledge-Village] Query: Data upgrade Axapta 3.0 to Drop 3 Dynamics Ax 4.0

2006-05-29 Thread harshbirla_cse
Hi Friends, I am trying to upgrade the data from Axapta 3.0SP2 to Drop 3 Dynamics Ax 4.0. After successfully upgraded the code from Axapta 3.0 SP2 to Drop 3 Dynamics 4.0, i have imported both the project (LeftJustify.xpo & UpgradeColumnList.xpo) in Axapta 3.0SP2 and executed both the project