Foxtable(狐表)用户栏目专家坐堂 → [求助]如何设计动态文件存储路径


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

主题:[求助]如何设计动态文件存储路径

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


加好友 发短信
等级:狐神 帖子:5015 积分:25363 威望:0 精华:0 注册:2015/8/18 9:21:00
  发帖心情 Post By:2016/8/2 11:03:00 [显示全部帖子]

参考:http://www.foxtable.com/webhelp/scr/2638.htm

If e.DataCol.name = "附件" Then
    
If e.DataRow.IsNull("一级部门") = False andalso e.DataRow.IsNull("二级部门") = False
        e.path =  
projectpath & e.DataRow("一级部门") & "\" & e.DataRow("级部门")
    End 
If

End
 If

 回到顶部