插入页眉的时候代码:
ole_text.object.SectionCurrent =0
ole_text.object.HeaderFooter(1)
ole_text.object.headerfooterselect(1)
ole_text.object.headerfooteractivate(1)
ole_text.object.HeaderFooterPosition(1900,1900)
这时出现了一个页眉输入框,我输入文字后,想切换到主体,
主体的代码如下:
ole_text.object.SectionCurrent =0(这句之前版本没加,我看了18的帮助文件才加了这么一句)
ole_text.object.headerfooterselect(10)
ole_text.object.headerfooteractivate(10)
此时就报错了,报错代码如下:
系统出现内部错误!
System Run Error(35):
Error calling external object function headerfooteractivate at line 3 in function wf_zhuti of object w_emr_print_test. at line 3 in wf_zhuti event of object w_emr_print_test
但是我们之前的版本是不报错的,因为我们需要做背景图片,只有18版本才支持,于是先用试用版测试是否能通过。需要我写个PB的例子发给你们看看吗? |