can't export to excel using win 7 ? (NAV 2009)

julkifli33julkifli33 Member Posts: 1,087
hi all... i have developed export data to excel
same server...different client
clients who use win XP can export
but using win 7 ,cannot
how to solve this?
it was said the call to member open failed

is there something wrong with my code?
          TempExcelBuffer.OpenBook(Type + ' ' + DocNo + ' ' +  CompanyInformation."Excel Matrix Name" + ' - ' + RL."No." +  ' '
          + FORMAT(TODAY,0,'<Year4><Month,2><Day,2>') + '.xls','Export');
          TempExcelBuffer.CreateSheet('Export','',COMPANYNAME,USERID);
          TempExcelBuffer.GiveUserControl;

Comments

  • ShedmanShedman Member Posts: 194
    Which version of Excel are you using?
  • manishgoyalmanishgoyal Member Posts: 52
    you have to install latest office version.you have miss its dll files. or import microsoft office custom controls.
    Manish Goyal
Sign In or Register to comment.