Cannot edit properties after overwriting file in a document library

I am (programmatically) overwriting a file in a document library after which none of the metadata fields can be edited either programmatically or manually:
Edit Properties -> change something -> Save
There is no error, just none of the metadata fields will actually update. To overwrite the file, I am using copy.asmx webservice. I get the same result when overwriting via REST, or just doing a plain http PUT. I also tried list.asmx webservice to update metadata.
As long as I don't overwrite a file, everything works great.
This is Sharepoint 2010. Versioning is off, checkout is not required. "Overwriting" means there is an existing file, previously uploaded manually or with copyservice and the new file has the same name.
Has anybody seen this behavior? (or managed to get a sharepoint document library file into a similar state).
Thanks, RL

Hi,
According to your post, my understanding is that after uploading file using the Copy.asmx web service, you could not edit the properties.
I had used the following code to upload the file, after that to edit the properties, it worked without any issue.
static void Main(string[] args)
Copy copy = new Copy();
copy.Credentials = new System.Net.NetworkCredential("UserName","Password","Domain");
copy.Url = "http://sp/_vti_bin/copy.asmx";
string filePath = @"C:\Test\Edite2.txt";
string[] destURL = { @"http://sp/LIbA/Edite2.txt" };
FileStream fs = new FileStream(filePath, FileMode.Open, FileAccess.Read);
byte[] contents = new byte [fs.Length];
fs.Read(contents,0,Convert.ToInt32(fs.Length));
fs.Close();
FieldInformation fileFieldInfo = new FieldInformation();
fileFieldInfo.DisplayName = "Edite2";
fileFieldInfo.Value = "Edite2";
fileFieldInfo.InternalName = "Edite2";
fileFieldInfo.Type = sp.FieldType.Text;
FieldInformation[] fileFieldInfoArray = { fileFieldInfo };
CopyResult copyResult1 = new CopyResult();
CopyResult copyResult2 = new CopyResult();
CopyResult[] copyResultArray = { copyResult1,copyResult2};
uint resultCopy = copy.CopyIntoItems(filePath,destURL,fileFieldInfoArray,contents,out copyResultArray);
Console.WriteLine("Upload Successful...");
Console.ReadKey();
You can check with the above code, then check whether it works.
Did the issue occur in other libraries?
You can create new library to check whether it works, maybe the library had been corrupted.
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • How to Auto Check-in .pdf Files in a Document library(after Drag & Drop) - sharepoint 2013?

    Hi,
    Once I Drag and drop the .pdf documents in a document library files get
    checked out automatically.
    I want the files to be checked-in automatically once they are dragged and Dropped.
    Please note : I am able to do the above things with .doc (world files) but not with the
    .pdf files.
    I have provided all the default values. Tried all the below options Still no success :-( 
    Require Content Approval for submitted items ?    NO
    Create a version each time you edit a file in this document library ? No visioning
    Require documents to be check out before they can be edited? No
    Anyone Come across this issue.??
    Regards, 
    Pavan.

    Hi, 
    I found the problem(Not the solution).
    I have set the default values from Column default value settings,
    the default values are getting set to the columns but the file still in checked-out mode.
    If I put the defult values to Library columns directly/Site column directly , Its working fine. - We found this work-around. 
    But still the issue Exists why its not working when I set Default values from Column default value settings
    and try to drag and drop documents. :-( 

  • Authentication prompt issue when opening an office file in a document library with read permission for domain users

    An user as part of the domain users tries to open an office file from a document library but he got an authentication prompt asking him to authenticate. Domain users has only access to this library and not to the whole site. This uses to work in SharePoint
    2007 without any problem but not in SharePoint 2013, we didn't have a workflow on SP2007.
    Domain users has read access to only this document library in the site, but he shouldn't get an authentication prompt since he is part of the domain users and he is not trying to modify the document, he can open the document but gets two prompts, he can't
    also see the list using explorer view since nothings appears using the explorer view.
    Now, when opening the file, we can see..Updating Workflow Status, but we don't have any workflow working on this site or library, event any feature related to workflow.
    If we go to the event viewer in the server, we find this information,
    I also checked this thread but I couldn't find this scenario.
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/91bc770b-bb70-4885-a4ad-a243edb88753/event-id-8026-workflow-soap-getworkflowdataforitem-failed-doc-library-no-workflow?forum=sharepointgeneralprevious
    I also created another list with the same permissions and using other office files but got the same behavior.
    Now, we have migrated this site from SP2007 to SP2013.
    Any ideas?

    OK, I am going to throw out a lot of ideas here so hopefully they get you closer to a diagnosis. Hang on :)
    Does it happen to work for some users but not others? If so, try logging in on the "good" computer with the "bad" username. This will tell you if the problem is related to the end-user's system. Also, once the user downloads a document
    successfully can they open and work on it in Word? Also, does the document library have any custom content types associated with it or does it just use 'Document'?
    I notice that there are other folks on the web that have run into this same problem and the similarity seems to be that they are either on SharePoint 2007 or have upgraded from 2007. Did this doc library start out as a 2007 library?
    What you might want to do is this: Make a site collection from scratch in 2013 (or find one that you know was created in 2013). Choose team site (or whatever you want) for the root web and set up the security the same way you have it on the malfunctioning
    library. Now, use windows explorer to copy and paste some of the documents to the new location. Be sure you recreate any needed content types. Now test it from the troubled user's computer.
    I'm thinking there may be something that is different about the library since it was migrated through various versions and updates since 2007. I've sometimes found that there can be problems (especially with user profiles but that's a different story) with
    things that go through this evolution.

  • Having trouble opening Crystal Report files from a document library

    I am trying to open Crystal Report .rpt files from a document library in either the native, client Crystal Reports software or in Crystal Reports Viewer. When I add the Crystal Report files to a document library and attempt to open them SharePoint displays
    a prompt asking me to save the file locally instead of opening the file. I have done a lot of research online and found several sites discussing similar scenarios, however, I have not been able to get these solutions to work. Here is a short list of sites
    I have referenced for possible solutions:
    http://naadydev.blogspot.com/2013/03/crystal-report-viewer-sharepoint-2010.html?showComment=1383339860122
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/52aabf2d-10dc-424c-bd50-124fc972a9b9/crystal-report-viewer-integration-with-sharepoint-2010?forum=sharepointgeneralprevious
    http://www.codeproject.com/Articles/42731/Crystal-Reports-WebPart-for-SharePoint
    Here are the steps I have done to try to get the .rpt files to open:
    Added the Crystal Report extension .rpt as a MIME type
    Installed the Visual Studio 2012 Crystal Reports Viewer toolbar
    Installed the 64-bit Crystal Reports runtime
    I have also created a solution file based off the Code Project site which partially works, but not quite right. In this project I have created a document library called "Crystal Reports rpt Files" and deployed the solution file to a site. When
    I open the Web Part Maintenance Toolbar I can see the selected .rpt file in the drop-down, but no Crystal Report file is displayed on the page itself.
    I am not sure what I am doing wrong. Does anyone have experience working with Crystal Reports and SharePoint 2013 (or earlier versions) that could lend some advice?
    Thank you,
    Alex

    We are having the exact same issue, has anyone resolved this yet?

  • Download older version of a file from SharePoint Document Library using CSOM and 404 error

    Hi,
    I am trying to download previous versions including Major and Minor versions of documents from SharePoint Online using CSOM. I get 404 error when I try to download the file. I found several posts on various discussion forums where people are getting same
    error but none of those have any solution/answer. Below is one of the threads and sample code I have tried that results in 404 error. If I use the link in browser directly, I am able to download the file. Also I am able to download the current version of file
    using CSOM without any problem, it is only the older versions that give me 404 in CSOM.
    http://qandasys.info/how-to-download-the-historical-file-version-content-using-csom/
    public int GetStreamFromFile(string docid, string lib, string fileurl, ClientContext clientContext, int iuserid, string Version, bool isCurrrent)
    if(!isCurrent)
    List LibraryName = clientContext.Web.Lists.GetByTitle(lib);
    clientContext.Load(LibraryName);
    clientContext.ExecuteQuery();
    CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml = "" + fileurl +
    Microsoft.SharePoint.Client.ListItemCollection collListItem = LibraryName.GetItems(camlQuery);
    clientContext.Load(collListItem, items => items.Include(item => item.Id, item => item["FileLeafRef"], item => item["LinkFilename"],
    item => item["FileRef"], item => item["File_x0020_Size"], item => item["DocIcon"], item => item.File.Versions));
    //clientContext.Load(collListItem);
    clientContext.ExecuteQuery();
    foreach (Microsoft.SharePoint.Client.ListItem oListItem in collListItem)
    //string fileurl1 = (string)oListItem["FileRef"];
    //string filename = (string)oListItem["LinkFilename"];
    foreach (FileVersion version in oListItem.File.Versions)
    if (Version == version.VersionLabel)
    //Added excutequery to get object one more time as per blog
    //http://social.technet.microsoft.com/Forums/de-DE/sharepointdevelopmentprevious/thread/88a05256-8694-4e40-863d-6c77512e079b
    clientContext.ExecuteQuery();
    FileInformation fileInformation = ClientOM.File.OpenBinaryDirect(clientContext,version.Url);
    bytesarr = ReadFully(fileInformation.Stream);
    Darwaish

    Hi,
    According to your description,
    I know you want to get older version of a file from SharePoint Document Library using Client Object Model.
    The following code snippet for your reference:
    public void GetVersions()
    ClientContext clientContext = new ClientContext(“http://SPSite”);
    Web site = clientContext.Web;
    clientContext.Load(site);
    clientContext.ExecuteQuery();
    File file = site.GetFileByServerRelativeUrl(“/Shared Documents/mydocument.doc”);
    clientContext.Load(file);
    clientContext.ExecuteQuery();
    ListItem currentItem = file.ListItemAllFields;
    clientContext.Load(currentItem);
    clientContext.ExecuteQuery();
    FileVersionCollection versions = file.Versions;
    clientContext.Load(versions);
    clientContext.ExecuteQuery();
    if (versions != null)
    foreach(FileVersion _version in versions)
    Console.WriteLine(“Version : {0}”,_version.VersionLabel);
    More information:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.file.versions.aspx
    Best Regards,
    Dennis Guo

  • Sharepoint 2010 -Script to get file name from Document Library

    Hi 
    can anybody send be script that works in "SharePoint 2010 management Shell" to get list of file names in document library.
    Thank

    See my updated answer. The double quotes need to be removed. Also note that you need to use $item.File.Name
    and not $item.Name to get the name of the files.
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • File Open Issues - document library pdf file to open in new browser window

    Hi
    I have a requirement to open the document library containing pdf file to open in new browser window. So far I have tried following steps but could not get it to work.
    1. Changing Document library advance setting to open the document in browser (have tried others as well).
    2. SharePoint web application setting changed as Permissive instead of Strict. Here the pdf file opens in browser but redirect from document library instead of new window(Also tried adding Target=”_blank” and no change).
    3. Executed the powershell script to adding MIME type to see if it works but no change.
    $webApp = Get-SPWebApplication http://SharePointSite
    If ($webApp.AllowedInlineDownloadedMimeTypes -notcontains "application/pdf")
    Write-Host -ForegroundColor White "Adding PDF MIME Type..."
    $webApp.AllowedInlineDownloadedMimeTypes.Add("application/pdf")
    $webApp.Update()
    Write-Host -ForegroundColor White "Added and saved."
    Else
    Write-Host -ForegroundColor White "PDF MIME type is already added."
    4. Open the Doc library and modified ALLItems.aspx to add Target= “_blank”
    5. I have already tried solutions suggested in the link:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/530e2ea1-d77d-491c-935f-04f536e439a5/open-a-pdf-document-to-a-new-browser-in-the-document-library-web-part?forum=sharepointadminlegacy
    http://mindsharpblogs.com/todd/archive/2005/08/16/654.html
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/7b6091df-4657-4799-ba02-259ebd7e4b7c/pdf-doesnt-open-in-document-library?forum=sharepointadminlegacy
    Appreciate if there are any working solution from any of you. Many Thanks

    I found a solution which works only in the development. No idea when I compared, Browser MIME type is enabled, STRICT browser type is configured for web application. on the document library advance setting, default to open in new browser. Both configurations
    are identical but I am able to open pdf file in new window in my developing using jquery script
    http://blog.ithinksharepoint.com/2011/02/21/open-pdf-files-from-a-document-library-in-a-new-window/ but the same does not work on production server :(
    Any help experts?
    Thanks

  • Cannot edit source after selecting View | Source (Cntl-U)

    After installing Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13, I cannot edit source text when I select "View" | "Source" (Cntl-U).
    I can see the source, but I can't modify it. I believe I used to be able to do this on my prior Firefox release (can't remember exactly what the release number was, but it wasn't more than a couple years old.)

    The built in option is a source viewer, not an editor. You can change this to use an external application.
    You can do this by changing 2 hidden preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # In the filter box type view_source
    # Double-click on '''view_source.editor.external''' to change its value to true
    # Double-click on '''view_source.editor.path''' and set it to the path of the external editor that you want to use.
    As an example, I use Notepad++ to as the source editor ([http://notepad-plus-plus.org/]), so I have set view_source.editor.path to C:\Program Files\Notepad++\notepad++.exe
    You can use the Dafizilla ViewSourceWith add-on to select an external editor to view the source- https://addons.mozilla.org/firefox/addon/dafizilla-viewsourcewith/

  • Cannot Edit Captions in One File

    Hello,
         I'm using Captivate 3, and I have this one project file that I cannot edit the captions in. I wasn't having this problem until I imported a slide from another project. Ever since the slide imported, I haven't been able to edit the text captions. When I double click on the caption I want to edit, nothing happen. If I click once on the caption to highlight it, and go to the menu and click on an option to edit the caption, nothing happens. Captivate is only doing this on the project which I imported a slide, every other project I have opened works fine. I tried to save the file as a different name, and I still get the same result. Does anyone have any other ideas? Am I not doing something right? Thanks in advance for the help!

    Hello,
    Could be that the CP-file or objects have become corrupted. I'd recommend creating a new blank file with the same resolution, and copy and paste the slides to this new file. Better not all at once, so that you could perhaps find the "guilty slide".
    Lilybiri

  • JDI: Cannot EDIT a java source file in a loaded, inactive DC

    I have finished JDI Scenario 2+.  I have since built a new workspace and imported my Development Configuration.  I would now like to edit the java code and do a re-deployment.
    Problem: I cannot Edit the file; it is read-only.  I was able to edit the file from a different workspace yesterday, at which time when I typed in the editor I was prompted to create and activity and I did.  I did NOT mark it for exclusive check-out.
    Since then I have done a REVERT on that activity,but I still cannot edit this file in my second new wrokspace.  In the context menus, in the DTR sub-menu, the EDIT selections are always grayed-out.
    So, can someone advise how I can get the EDIT selections to be not grayed-out so that I can edit this file in the Java editor?
    Thanks,
    Mike R.

    Hi Mike,
    You are right, and the instructions are wrong: the "Create Project" must be done from the "Inactive DCs" view (for the sources to be editable).
    The "Active DCs" view will give you sources from the "active" workspace (containing all "activated" sources), which is read-only. For DCs you work on (and modify), you should sync sources from the "Inactive DCs" view, and for DCs you depend on you should sync archives/sources from the "Active DCs" view.
    I have requested for a correction of this error in our documentation.
    Regards,
    Manohar
    PS: There is now a dedicated SDN forum for JDI (under WebAS) - so you can post your questions there in future.

  • Cannot edit or see CR2 files in Elements8

    I cannot open my Canon RAW files (CR2) in the Elements8 Editor as it says the filetype is not supportet. Neither can I see the files in the Organizer. When I try to Add unmanaged files to Organizer it says that: The file is damaged or is a format that cannot be included in the Organizer. I have downloaded and installed Camera RAW 6.2.
    I have also downloaded the DNG converter - when I convert a CR2 to DNG it is visible in Organizer and I can edit it in Camera RAW.
    I hope I do not have to convert all my raw files to DNG to be able to use Elements8 !
    Can anybody help?

    Hmm - I have made hidden folders/files visible, but cannot find a folder or any files that seem to have anything to do with Camera RAW - no files called ACR anywhere, not even in the fileformats folder. Should there be a folder in the Adobe/Photoshop Elements 8.0/Plug-Ins folder?
    When I run the Camera Raw 8BI-file it does not come up with the usual installation options - it starts Elements (but then I have not been able to remove the previous camera raw yet).

  • Cannot edit properties

    We have been moving and adding documents to a document library which we have set up. We have included required fields. At first we were able to edit the properties in each document to add the relevant fields, but now this is now longer working. we're out
    of ideas. Can anyone advise please. Thanks

    when you say you cannot edit. what is happening
    is that option disabled(it can be due to permission) or database is locked from central admin quota and lock.
    Check if SQL server is giving any error message\disk space issue
    If you getting some error message. please share error details with us

  • Cannot edit properties of pages in Pages Library

    We have a site's Pages Library with a problem
    If we attempt to edit a pages properties, and save a change to the properties, we will get an error with a correlation id.
    the error will read "The URL 'Pages/test9.aspx' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. "
    That's if we do the change via the editform view.
    If we turn on inline editing on a view of the Pages Library, and we edit properties of a page where the editform view was never used and never caused that error... we can edit the properties at will.
    So our quick reaction was that the editform view is corrupted, or somehow corrupts the properties so they can't be edited.
    I've tried creating a new editform view in spd... but it appears to cause the same issue.
    so looking for ideas on how to root out the problem.

    Looking at the logs, just prior to seeing the error text, I do see these lines with the same correlation id
    05/19/2014 13:25:24.38 w3wp.exe (0x0B7C) 0x0D04 Web Content Management Publishing 7fz3 Medium Setting [Edit] as the FormContext.FormMode for the current page e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.38 w3wp.exe (0x0B7C) 0x0D04 SharePoint Foundation General 27dw Medium Attemping to add or update webpart id 843C9884-ED69-4BC0-B751-2198B0A98670, list <not specified>, flags -1, type -1, base view id -1. e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.39 w3wp.exe (0x0B7C) 0x0D04 SharePoint Foundation General 27dw Medium Attemping to add or update webpart id E8DBBE9F-72AC-4097-99D7-4F4D6E33EFE8, list <not specified>, flags -1, type -1, base view id -1. e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.41 w3wp.exe (0x0B7C) 0x0D04 SharePoint Foundation General 27dw Medium Attemping to add or update webpart id D8219681-E0A5-4E7F-834A-C0B03EF3AF67, list <not specified>, flags -1, type -1, base view id -1. e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.41 w3wp.exe (0x0B7C) 0x0D04 Web Content Management Publishing 7fz3 Medium Setting [Edit] as the FormContext.FormMode for the current page e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.41 w3wp.exe (0x0B7C) 0x0D04 Web Content Management Publishing 7fz3 Medium Setting [Edit] as the FormContext.FormMode for the current page e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.52 w3wp.exe (0x0B7C) 0x0D04 SharePoint Foundation Database d0d6 High System.Data.SqlClient.SqlException: Parameter '@ntext3' was supplied multiple times. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.HasMoreRows() at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) at System.Data.SqlClient.SqlDataReader.NextResult() at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock) at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock) e1f96b75-c427-4ae4-a02c-cb7edc57be21
    05/19/2014 13:25:24.52 w3wp.exe (0x0B7C) 0x0D04 SharePoint Foundation General 8kh7 High The URL 'Pages/tours.aspx' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. e1f96b75-c427-4ae4-a02c-cb7edc57be21

  • Edit CSV files present in document library using Microsoft Excel

    Hi all
    I have a document library with CSV files uploaded. I have used the below mapping in DOCICON.xml present in \14\TEMPLATE\XML folder.
    <Mapping Key="csv" Value="csv16.gif" EditText="Microsoft Excel" OpenControl="SharePoint.OpenDocuments"/>
    And I modified mime type with "application/vnd.ms-excel" for csv in IIS7. Now, when i click on the file  popup is getting displayed with 2 Radio Buttons.
    1) Read Only
    2)Edit
    When i select "Read Only", the file is opening in Microsoft Excel in readonly mode But when i select "Edit", the file is opening in Note pad and its editable.
    Now, My requirement is to edit the csv file in Microsoft Excel not in NotPad.
    Can Any one help me to acheive this!! Thanks in advance.

    Try below:
    http://nickgrattan.wordpress.com/2011/01/05/sharepoint-opening-csv-files-with-microsoft-excel/
    Run the “Internet Information Services (IIS) Manager” application from the Start/Administrative tools menu.
    Select the server in the left-hand pane.
    Select “MIME Types” in the list of options in the middle pane.
    Then locate the .CSV entry (it should already exist) and change the MIME type to: application/vnd.ms-excel, and click
    OK.

  • Want Content Organizer to overwrite files from Drop Off library not add new.

    If I put a file into the Drop Off library that already exists in the target library it appends a set of random characters to the filename and uploads as a new file. I want to overwrite the existing file (maintaining the Document ID) so that we can preserve
    links to the file and a quick check of the library shows if all files have been updated from a data call.
    Is this possible?
    There is no overwrite checkbox in the Drop Off library upload dialog.
    Thanks,
    William Meisheid
    Serco-NA

    Within the library settings of the recipient/receiver library e.g. Site Assets, make sure that there is at least minor versioning set. In addition, within the Content Rule Organizer Settings panel, make sure that in the Duplicate Submissions section, the
    'Use SharePoint versioning' is selected.

Maybe you are looking for

  • Can't open .ses file in Cool Edit 2.1

    Hello, I hope I'm on the right forum here. I have a big problem with a *.ses file in Cool Edit 2.1. When I try to open it it simply doesn't do anything. It starts Cool Edit but it doesn't start importing the files and effects of the tracks. I saved t

  • Precautions to be taken  From Oracle end While Flaring Solaris Servers

    Hi In the context of moving our Solaris servers to the new location We are flaring our servers.We have Oracle 10g being installed on the servers. The db would be shutdown before taking the flar and after the restore of the image the DB would be broug

  • Printing matterial brochure on-demand while delivery in selected language

    Hi, We have a requirement in our Distribustion Center (Warehouse). They want to have possibility on selected documents printed automatically during pick/pack. The scenario is to store product/spareparts document in multiple language in document manag

  • Explain the output of compareTo( )?

    Hello, I am hoping someone can explain exactly how the int output of the following code is obtained: String s = "bam"; String t = "boom"; //int i = s.compareTo(t); // -14 int i = t.compareTo(s); // 14 System.out.println("i is: " + i);I don't understa

  • RoboHelp 7 - Batch Generation

    I'm testing MS Word 2007 with RoboHelp for Word and when I compile I get a Batch Generation succesful message (see attachment) but nothing is actually being updated. In other words, my chm file is still the old version I compiled. Also, when I import