Of course, it just get the current company info because of dataAreaId column.
To list all, you can try this:
public static void listCompaniesInfo(){
  DataArea dataArea;
  CompanyInfo companyInfo;
  ;
  while select dataArea where dataArea.isVirtual == false{
    select companyInfo;
    //do somthing
  }
}
BR
Khue
mohit rajvanshy <[EMAIL PROTECTED]> wrote:
Hi All,

How to get all the data from CompanyInfo Table?
If we will write select * from CompanyInfo it will
return only Current Company's data not all the rows?

Is there any way to fetch all the rows from
companyInfo table?

Thanks in advance



Regards
Mohit Rajvanshy


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


Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.

Sharing the knowledge on Axapta.



YAHOO! GROUPS LINKS




Reply via email to