Bruce,
Thanks for the reply. I changed my code, to what I think you meant, here it is:
Access:Documents.Open()
Access:Documents.UseFile()
Doc:Document_Name = p_web.GSV('Doc:Document_Name')
If Access:Documents.Fetch(Doc:DocName_key) = 0
sendString.FromBlob(Doc:Document_Data)
self.ForceNoCache = true
self.SendString(sendString,1,0,true)
loc:done = true
END
Access:Documents.Close()
If loc:done then return.
Is this what you meant?
Also, the Save and Cancel buttons still don't work; I found this is due to the line" self.SendString(sendString,1,0,true)". If I comment out this line then the Save/Cancel buttons do work.
Also, right after I do an Upload, I can use the browse button to view the image. If I next select a different record and attempt to view its BLOB contents, it is the same one just uploaded.
I'm still struggling with this. I was not able to make the webinar today so hopefully I can find a solution here.
Thanks,
Jeff