Office中国论坛/Access中国论坛

标题: [求助]CreateReportControl问题 [打印本页]

作者: runmancn    时间: 2007-4-12 22:04
标题: [求助]CreateReportControl问题
如下语句:

dim ctl as Control

Const cnCharWidth = 190  '设置一个汉字宽为190 twip
Const cnCharHeight = 240 '设置一个汉字高为240 twip

Set ctl = CreateReportControl(rpt.Name, acTextBox, acPageFooter, , , 0, 50,
cnCharWidth * 10, cnCharHeight)

在我的本本和台式机上都能正常运行,但是到了另一台电脑上却出现了错误提示:不能
为该控件设置属性。如果我把acTextBox换成acLabel则又可以正常运行了,请问这是什
么原因?怎样解决?还望高手指导一二!




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3