以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何打开一个为附件字段的文件管理器  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=79807)

--  作者:goe12345
--  发布时间:2016/1/9 14:50:00
--  如何打开一个为附件字段的文件管理器
如何打开一个为附件字段的文件管理器,以下是我在窗口命令按钮中添加的代吗,为什么提示出现错误,请求支持,谢谢!

Tables("项目申报").Cols("附件").OpenWindow()
Dim fl As WinForm.FileManager = Tables("项目申报").Cols("附件").FileManager
If Functions.Execute( "shenhe","投资管理","项目申报","审核人","审核日期",True,"投资立项填报")=False Then
    
    fl.DeleteCommand.Visible = False
    fl.ClearCommand.Visible = False
    fl.AddCommand.Visible =False
Else
    fl.DeleteCommand.Visible = True
    fl.ClearCommand.Visible = True
    fl.AddCommand.Visible =True
End If

--  作者:大红袍
--  发布时间:2016/1/10 12:22:00
--  

报什么错啊?截图上来。例子发上来。