Re: RE : [Axapta-Knowledge-Village] Temporary table

2005-02-21 Thread Ashi Singh
uot;; tmpSum.insert(); tmpSum.Key = "3"; tmpSum.insert(); p1.setTmpData(tmpSum); p2.setTmpData(tmpSum); while select p1 { //info(p1.Key); while select p2 { info(p1.Key + "-" + p2.Key); //next p2; } //next p1; } } Steeve... -Message d'origine-De: Ashi Si

Re: RE : [Axapta-Knowledge-Village] How to join data fetched from temporary table

2005-02-21 Thread Ashi Singh
Ya steeve the code which you have suggested is exactly the same one which i have used with a little variation that is required as per my requiement meanwhile give a look to a mail which i have posted to you . till then bye and please register me in your Yahoo messenger so that occassionally

Re: [Axapta-Knowledge-Village] Temporary table

2005-02-18 Thread Ashi Singh
Hi Steeve, Once again i am troubling you. But as a Novice to be in Axapta it is a Normal scenarion. to be alaways in Fix. friend as i told you earlier mine problem with movement of Cursor of temporary table . I got a idea from your mail which you have posted. One of your mail response in

Re: [Axapta-Knowledge-Village] Re: I have checked it out

2005-01-31 Thread Ashi Singh
Hi Danny , Shocked to see your mail and extremly jubiliated to see the length of the mail and extremly oblidged to see how much pain you have taken to answer my query. And i am really glad to have my answer but i will like to share some thing to you that the above job can be done with some

Re: RE : [Axapta-Knowledge-Village] Slow Performance of Report

2005-01-03 Thread Ashi Singh
Well Steve i thanks a lot for your advice well the problem is that View Only supports a downward hierarchy with each only at one level. just like - I level ---II level -III level --- IV level And so i have todraw some relations on to database which is likebelow