以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  请教:合成字符表达式错误  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=66643)

--  作者:gaoqr
--  发布时间:2015/4/11 8:48:00
--  请教:合成字符表达式错误
Dim dr As DataRow  = e.DataRow
Dim pr As DataRow  = e.DataRow.GetParentRow("实体预算书")
If e.DataCol.Name = "特征值" Then
    pr("项目特征") = pr("项目特征") + & vbcrlf & dr("特征") & ":" & dr("特征值")
End If
[此贴子已经被作者于2015/4/11 8:49:51编辑过]

--  作者:Bin
--  发布时间:2015/4/11 8:55:00
--  
出现什么错误?
--  作者:gaoqr
--  发布时间:2015/4/11 8:56:00
--  
修改好了,谢谢了!