PDA

View Full Version : Sharepoint checkout issue



stanl
09-17-2014, 08:16 AM
Sharepoint 2010: I have code to determine if a particular workbook is checked out from our Sharepoint site. However, since user get the updated file as a link they often open it to edit, or open directly to edit from Sharepoint, by-passing checkout. In these instances, the code will return True for cancheckout, but either the code to checkout the file will return a server error, or when the file is opened will return the 'file in use' dialog.

Since the files are not really files, but blobs inside SQL Server accessed as url's - is there a way to determine if the file is opened for edit w/out being checked out?

Hope this makes sense.

stanl
09-27-2014, 09:05 AM
Hmmm... no replies. This appears to be a bug in the implementation of Sharepoint. Why even have a 'checkout'??? If a person responds to a link to a sharepoint file, and can open it in Edit it is not 'checked out' but yet not available to any code looking for checkout.