多加一个判断很难吗?
Dim dr As DataRow = e.DataRow
If dr.IsNull("全宗号") Or Dr.IsNull("保管期限") Or Dr.IsNull("册号") Then
MessageBox.Show("全宗号、保管期限和册号不能为空! 如果确实填写,可能未保存,请点击 保存修改 按钮","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
e.Cancel = True
Else
If dr.IsNull("组内张数") then
e.SubFolder = dr("全宗号") & "-" & dr("保管期限") & "-" & dr("册号")
else
e.SubFolder = dr("全宗号") & "-" & dr("保管期限") & "-" & dr("册号")& "-" & dr("组内张数")
End If
End If
[此贴子已经被作者于2020/3/20 1:58:56编辑过]