There's a function called ChangeCompany. You could overload the
fetch-method like this:
public boolean fetch()
{
boolean ret;
DataArea dataArea;
;
while select dataArea
where dataArea.isVirtual == false
{
changecompany(dataArea.id)
{
ret = super();
}
}
return ret;
}
Regards,
Richard
> Hi All,
>
> can we run standard report for all companies. I mean
> to say i am running the report in DAT company , but i
> need data to appear in the report for all the
> companies existing in my Table.
>
> is there any setup/ samm change need to do , so that
> this will work or need to create totally new
> customized report.
>
> Regards
> Akash
> --- Girish Bhatkal >;[EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

