New topic: 

WebFile question

<http://forums.realsoftware.com/viewtopic.php?t=46635>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        JohnV          Post subject: WebFile questionPosted: Mon Jan 21, 
2013 11:25 am                         
Joined: Sun Jan 28, 2007 2:38 pm
Posts: 150                I have set up a property in the Session as follows:

Session Property:  DownloadFile as WebFile

And I have set up a method called: SendFileToUser  as follows:

Method Name: SendFileToUser
Paramaters:  fileToSend as Folderitem

Code:

Session.DownloadFile = WebFile.Open(fileToSend)
Session.DownloadFile.ForceDownload = True

ShowURL(Session.DownloadFile.URL)  // <--  Compiler Error "This Item does Not 
Exist"


I am getting a compile error: Compiler Error "This Item does Not Exist"
What have I forgotten here?   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to