Talk:Temporary tables

From Axaptapedia

Jump to: navigation, search

Thanks, the article's author. ;^)) But if anybody can introduce the content regarding the size of temporary table?

maybe you can send a copy of your experience to my mailbox, yunmike@msn.com

Thanks in advanced!

[edit] join and group by temporary table

not working with temporary table:

   while select tmpTaxWorkTrans group by taxCode
       join taxTable group by taxCode where
           taxTable.TaxCode == tmpTaxWorkTrans.TaxCode
   {
       info(StrFmt("%1",taxTable.TaxCode));
   }


working with regular table :

   while select taxTrans group by taxCode
       join taxTable group by taxCode where
           taxTable.TaxCode == taxTrans.TaxCode
   {
       info(StrFmt("%1",taxTable.TaxCode));
   }

[edit] No tmptable

Hi there I've just downloaded the 3 xpos from this page, but there's no table in any of them Thus, none of the projects is working fine.

What did I do wrong ?

Image:screenshot.JPG

Personal tools
Microsoft Community
Microsoft Dynamics Ax Community