当前位置: 代码迷 >> PB >> Power Builder11- error:C008:Incompatible types in assignment: dfc_u_dw,dw_1解决方案
  详细解决方案

Power Builder11- error:C008:Incompatible types in assignment: dfc_u_dw,dw_1解决方案

热度:294   发布时间:2016-04-29 10:13:11.0
Power Builder11- error:C008:Incompatible types in assignment: dfc_u_dw,dw_1
遇到个不懂的, 首先我定义了一个 Instance Variables : dfc_u_dw idw[]  
然后,open() 函数里,进行这样的赋值:idw[1]=tab_1.tabpage_1.dw_1 结果出现了这样的错误:C008:Incompatible types in assignment: dfc_u_dw,dw_1
看了dfc_u_dw里确实是一个DataWindow 类型呢。。


请问,这是什么原因呢?

请大家帮忙看看哈。
万分感谢!

------解决方案--------------------
Instance Variables : Datawindow idw[] 

Open()事件里idw[1]=tab_1.tabpage_1.dw_1

测试了没有出错
  相关解决方案