Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Book.Save(ProjectPath & "Attachments\规格\" & Tables("订单情况").Current("IO") & "\" & Tables("订单情况").Current("IO") & T3 & T2 & T4 & T & ".xls")
excel报表打印最后有BOok.save,直接保存在你的路径下.
每次发帖,最好将你的代码排一下版,方便别人。
Dim dr As DataRow = e.DataRow
If dr.IsNull("简称") Or Dr.IsNull("日期") Then
MessageBox.Show("不能为空!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information) e.Cancel = True
Else
e.SubFolder = dr("简称") & "\" & Format(dr("日期"),"yyyyMMdd")
End If
参考:
http://www.foxtable.com/help/topics/0360.htm