Welcome to the Xceed Community | Help
Community Search  
More Search Options

async transfer VBS

Sort Posts: Previous Next
  •  01-13-2009, 1:32 PM Post no. 17830

    async transfer VBS

    hello,

    a question about asynchronous transfert. I see it was possible to put BackgroundProcessing = true to transfer file in asynchronous mode.

    so after the SendFile the code continue.

    My question is how is it possible to catch the events link to the transfer running with VBS or ASP

    Thank for your help

    Vincent

  •  01-14-2009, 2:51 PM Post no. 17873 in reply to 17830

    Re: async transfer VBS

    Since our library is not an ASP control that can be use directly into HTML, you cannot directly subscribe to its event.

    It may be possible to create a Com+ object with the library, and use that object to get feed back when processes are finish, but I don't think it would be like a true event.

    e.g.: 

        dim objFromComPLus

      set objFromComPLus = CreateObject("srvComObject.clsTest")

      dim isFTPUpdated as boolean

      isFTPUpdated = objFromComPLus.confirmFTPUpdate()

      set objFromComPLus = nothing

      

    where srvComObject is a COM+ object

     

    We have not much ASP expertise here, so if any one wants to input more ideas, please feel free to do it!

     


    André
    Software Developer
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.