Foxtable(狐表)官方栏目BUG收集 → 升级到20191217版后发现bug


  共有3420人关注过本帖树形打印复制链接

主题:升级到20191217版后发现bug

帅哥哟,离线,有人找我吗?
肥肥记
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:小狐 帖子:354 积分:2890 威望:0 精华:0 注册:2016/9/15 11:50:00
升级到20191217版后发现bug  发帖心情 Post By:2019/12/27 17:49:00 [只看该作者]

编译错误:Overload resolution failed because no accessible 'SetCellStyle' can be called without a narrowing conversion:
    'Public Sub SetCellStyle(row As Integer, col As Integer, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'row' narrows from 'Double' to 'Integer'.
    'Public Sub SetCellStyle(row As Integer, col As Integer, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'col' narrows from 'Double' to 'Integer'.
    'Public Sub SetCellStyle(row As Integer, colName As String, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'row' narrows from 'Double' to 'Integer'.
    'Public Sub SetCellStyle(row As Integer, colName As String, newStyle As C1.Win.C1FlexGrid.CellStyle)': Argument matching parameter 'colName' narrows from 'Double' to 'String'.



错误代码:e.Table.Grid.SetCellStyle(ary(0)+x, ary(1)+1, ss)  不能使用了




 回到顶部
帅哥哟,离线,有人找我吗?
肥肥记
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:小狐 帖子:354 积分:2890 威望:0 精华:0 注册:2016/9/15 11:50:00
  发帖心情 Post By:2019/12/27 17:53:00 [只看该作者]

cint 
转换成 整型 解决问题

 回到顶部