Page 1 of 1

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

Posted: Fri Jun 26, 2015 10:00 pm
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 )            // Модифицированная функция Роджера

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

Posted: Sat Jun 27, 2015 6:25 am
by rdonnay
Send me the DBF file.

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

Posted: Sat Jun 27, 2015 10:15 am
by Eugene Lutsenko
rdonnay wrote:Send me the DBF file.
http://lc.kubagro.ru/Dima/Inp_davr.rar