Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.04.01;
Скачать: CL | DM;

Вниз

Передача в Excel   Найти похожие ветки 

 
Maloric   (2006-07-09 14:56) [0]

Здраствуйте, уже весь форум перерыл, немогу избавиться от ошибки, есть ли у кого рабочий пример?
1. uses KolComObj
var XLApp:OleVariant;
begin
  Kol.OleInit;
  XLApp:=CreateOleObject("Excel.Application");//ERROR
...

Возвращает пустую ошибку.
2.uses Variants, ComObj;
var XLApp:OleVariant;
begin
  Kol.OleInit;
  XLApp:=CreateOleObject("Excel.Application");//ERROR
...

Не узнает строку CreateOleObject?
Пробовал и с заменой системных модулей и без нее.
uses Windows, Messages, ShellAPI, KOL, KOLEcmListEdit ,Variants {$IFNDEF KOL_MCK}, mirror, Classes, Controls, mckControls, mckObjs, Graphics,  mckCtrls,
 mckEcmListEdit, ComObj{$ENDIF (place your units here->)};


 
Maloric ©   (2006-07-09 16:11) [1]

Заменил fakeVariants на Variants из шестого делфи, все заработало,
только файл стал весить на ~50кб больше.

p.s. Я и не знал, что в KOL теперь встроили fakeVariants.


 
thaddy   (2006-07-09 18:26) [2]

the reasons for the fakevariants were:

1. from D6 the variants implementations were (badly) rewritten and added a lot of code.
2. the variants unit was included in the uses clause by some code even if it wasn"t needed.

The best solution is to use D4 or D5 with KOL COM code (recommended!).
The second solution is to use the variants unit from Borland, but that will add 70K to your programs.


 
Maloric ©   (2006-07-09 21:10) [3]


> The best solution is to use D4 or D5 with KOL COM code (recommended!
> ).
> The second solution is to use the variants unit from Borland,
>  but that will add 70K to your programs.

Thank for the answer, Thaddy!
It is necessary to agree with 70 kb



Страницы: 1 вся ветка

Текущий архив: 2007.04.01;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.081 c
2-1173176996
Tar
2007-03-06 13:29
2007.04.01
Множества


3-1168292568
allrussia
2007-01-09 00:42
2007.04.01
Не открываются базы из Delphi, содержащие символ ";" (semicolon)


2-1173690419
NOD
2007-03-12 12:06
2007.04.01
Помогите настроить BDE


11-1150389913
DevilDevil
2006-06-15 20:45
2007.04.01
Как настроить подсказки?


2-1173470070
arturich
2007-03-09 22:54
2007.04.01
Как получить текст из поля веб страницы