以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  请教:提示GetNamePY不是DataRow的成员  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=178535)

--  作者:bahamute
--  发布时间:2022/7/8 17:53:00
--  请教:提示GetNamePY不是DataRow的成员
提示GetNamePY不是DataRow的成员

Dim dr As DataRow = e.DataRow
If e.DataCol.Name = "姓名" Then
    If dr.IsNull("姓名") Then
        dr("拼音简码") = Nothing
    Else
        dr("拼音简码") = PY.GetNamePY(dr("姓名"),True,3)
    End If
End If

--  作者:有点蓝
--  发布时间:2022/7/9 8:34:00
--  
这个代码不会有这个提示。应该是其它代码出的错