J
jbz_szu
Unregistered / Unconfirmed
GUEST, unregistred user!
我是通过delphi的ole调用word进行编程的,在调用word的时候
CreateOleObject('Word.Application');
WordApp:=GetActiveOleObject('Word.Application');
...
oshape.Width :=WordApp.InchesToPoints(6.25);
oshape.Height :=WordApp.InchesToPoints(4);
...
调用WordApp.InchesToPoints(6.25);老是出错,
系统显示“未指定的错误”。
我已经弄了一个上午了,还是没法解决这个问题,我查过了vba的帮助,还是看不出问题出在哪里。
劳烦各位高手我看看,我用的是delphi7+word2003
CreateOleObject('Word.Application');
WordApp:=GetActiveOleObject('Word.Application');
...
oshape.Width :=WordApp.InchesToPoints(6.25);
oshape.Height :=WordApp.InchesToPoints(4);
...
调用WordApp.InchesToPoints(6.25);老是出错,
系统显示“未指定的错误”。
我已经弄了一个上午了,还是没法解决这个问题,我查过了vba的帮助,还是看不出问题出在哪里。
劳烦各位高手我看看,我用的是delphi7+word2003
代码: