I can not convert dbf => xls with the names of the columns

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

I can not convert dbf => xls with the names of the columns

#1 Post by Eugene Lutsenko »

I can not convert dbf => xls with the names of the columns

An error:
Image

Code: Select all

   DIRCHANGE(Disk_dir +"\AID_DATA\Inp_data\")
   CLOSE ALL
   USE Inp_davr EXCLUSIVE NEW
   SELECT Inp_davr

   aColumnNames = DC_ARestore("_ColumnNames.arx")                  // Загрузка массива наименований шкал (колонок) из файла
   cExcelFile   = Disk_dir +"\AID_DATA\Inp_data\Inp_davr.xls"      // Необходимо полное имя
   DC_WorkArea2Excel(cExcelFile,,,,,,,,, aColumnNames )            // Модифицированная функция Роджера

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: I can not convert dbf => xls with the names of the colum

#2 Post by rdonnay »

Send me the DBF file.
The eXpress train is coming - and it has more cars.


Post Reply