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 the temp table by 
while select 

--- Setiaji <[EMAIL PROTECTED]> wrote:

> Hi,all
> 
> How can i see records in temporary table while im
> debugging ?
> I tried open 2 axapta application in the same
> time.But still cant see.
> 
> - setiaji -
> 
> 
> 


Paulius Cerniauskas
ICQ: 280959446

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to