Re: [Axapta-Knowledge-Village] Temporary Table in report

2007-01-21 Thread Arijit Basu
Hi, Check out this link on temp tables in Reports. http://www.axaptapedia.com/index.php/Temporary_tables There are XPO downloads here. Lemme know if it helped Cheers Arijit http://daxguy.blogspot.com/ On 1/22/07, chuapatrickd [EMAIL PROTECTED] wrote: Hi to All, I'm trying to use a

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread Varden Morris
I am not sure what you mean by saying that temporary tables are completely local. However, a temporary table is created and exists on the tier where the first insert takes place. This means that if the first insert is on the client that's where the table will be created and remain until it goes

RE: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread Preston A. Larimer
Setiaji, When I need to check that the temp table is indeed loading data as suspected I will set the tables temporary property to false, run the report, and see the data and manually delete the data between runs as I work out any logic issue I may have. Once I'm confident in the logic filling

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread raj verma
Hi setiaji, On run time after adding data to temporary data use while select on your temp table instance and retrieve the data, you can either store that data in a container or in another table, Hope this will work, for any furthure queries mail me Thanx shivraj Setiaji

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread kumar gaurav
hi setiaji, The scope of temporary table is completly local. It is intialized the moment you add one record to it and it remains only upto the current procedure is in progress. So there only you can catch the data. Hope it will help, Bye Kumar Setiaji [EMAIL PROTECTED]

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread Setiaji
Thx for your immediate answer. How can i catch the data? - setiaji - kumar gaurav wrote: hi setiaji, The scope of temporary table is completly local. It is intialized the moment you add one record to it and it remains only upto the current procedure is in progress. So there only you

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-08 Thread Paulius
Temporary table is alive only where you declared it and on runtime. It means that no data will be seen if you open another instance of anbject( e.g.class that does some calculation) or axapta even more. That's why static methods like Find() on temp tables will not work. The only way is to traverse

RE : [Axapta-Knowledge-Village] Temporary table

2005-02-21 Thread Steeve Gilbert
;     } } Steeve... -Message d'origine- De: Ashi Singh [mailto:[EMAIL PROTECTED] Envoyé: 19 février 2005 01:37 À: Axapta-Knowledge-Village@yahoogroups.com Objet: Re: [Axapta-Knowledge-Village] Temporary table Hi Steeve, Once again i am troubling you. But as a Novice

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

2005-02-21 Thread Ashi Singh
ngh [mailto:[EMAIL PROTECTED] Envoyé: 19 février 2005 01:37À: Axapta-Knowledge-Village@yahoogroups.comObjet: Re: [Axapta-Knowledge-Village] Temporary table 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 tol

Re: [Axapta-Knowledge-Village] Temporary table

2005-02-18 Thread Varden Morris
Hi After populating tmpSum you do the following: p1.setTmpData(tmpSum); p2.setTmpData(tmpSum); That should do he trick. Varden Steeve Gilbert [EMAIL PROTECTED] wrote: (See job below) I though I would see in the infolog "1,2,3,1,2,3" but that is not he case, I see "1,2,3". It seems like

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