Hai Guys,

I am facing some terrible problem .
Mine problem is that with the help of class i have populated certain 
data on to a Form. Now i am putting some checkboxes that are part of 
my temporary table whose status is important to me for creating a 
report. The report i am calling from from Form Menu Item Button and i 
am able to get the temporary table data in the init method of report
but i have no requirement to use my temporary table data to be used
directly in the report so i have not used it as a DataSource in my 
Report.

Now the problem that i am facing is that because of certain situations
i have to use statement like 

While select tempTable
{
      While select tempTable// some conditions for joining both
      {
          // some processing is done here

       }
}
But as soon as it reaches the end of the second while select{ }
a message appears which says that such a join operation is not 
possible .

Please help me out is there any way around to get rid of this problem 
and i can use my temporary table just a Normal table and is able to 
perform all the desired looping as Normal.


Help me out Guys.

Have a good day Bye
         






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
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