以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]发布后,没有RemoteFiles文件夹。那么打开某个文件肯定会报错  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=81969)

--  作者:huhu
--  发布时间:2016/3/9 15:53:00
--  [求助]发布后,没有RemoteFiles文件夹。那么打开某个文件肯定会报错
If lr IsNot Nothing Then
    e.Form.text = bgid & "附件目录文件list  文件打开中...."
    If ftp.Download(vars("ljwjj") & "\\" & lr.text,ProjectPath & "\\RemoteFiles\\" & lr.text) = True Then
        e.Form.Text = bgid & "附件目录文件list"
        Dim proc As new Process
        proc.File = ProjectPath  & "\\RemoteFiles\\" & lr.text
        proc.Start
    Else
        MessageBox.Show("所选文件打开失败!请联系刘基永1034","博达BUG管理系统提醒您",MessageBoxButtons.OK,MessageBoxIcon.Warning)
        e.Form.Text = bgid & "附件目录文件list"
    End If
Else
    MessageBox.Show("请选择一个文件!然后点击打开按钮","博达BUG管理系统提醒您",MessageBoxButtons.OK,MessageBoxIcon.Error)
End If

--  作者:大红袍
--  发布时间:2016/3/9 15:57:00
--  

1、你可以在在project文件夹下新建一个 RemoteFiles 文件夹嘛

 

2、你也可以用代码新建 http://www.foxtable.com/help/topics/0332.htm

 


--  作者:huhu
--  发布时间:2016/3/9 15:59:00
--  

1、你可以在在project文件夹下新建一个 RemoteFiles 文件夹嘛


这个试过了。在publish下新建了RemoteFiles。仍然不行。


在开发环境下打开文件就可以的。


--  作者:大红袍
--  发布时间:2016/3/9 16:02:00
--  
 porject文件夹创建
--  作者:huhu
--  发布时间:2016/3/9 16:10:00
--  
哦。这样可以了。
发现。打开某个文件不应该是先把这个文件下载到RemoteFiles文件下么,怎么这个RemoteFiles下没文件呢?

--  作者:大红袍
--  发布时间:2016/3/9 16:12:00
--  

1、加入msgbox,是否进入执行了download的代码?

 

2、如果下载了,肯定有文件的。