Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Sharepoint 2003

Sharepoint 2003

Scheduled Pinned Locked Moved Design and Architecture
sharepointsysadminquestion
3 Posts 2 Posters 11 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dnosaj
    wrote on last edited by
    #1

    Do u know how sharepoint gets integrated with microsoft office? As in.. in sharepoint 2003 you can check out word files, edit them in word and save them on the server. If you upload a .txt file, you can check it out, but there is no option for editing in notepad, and if u save it gets saved locally not on the server as notepad is not integrated with sharepoint. Can someone explain to me how does sharepoint recognize a word file and put the "Edit in Microsoft Word" feature?

    C 1 Reply Last reply
    0
    • D dnosaj

      Do u know how sharepoint gets integrated with microsoft office? As in.. in sharepoint 2003 you can check out word files, edit them in word and save them on the server. If you upload a .txt file, you can check it out, but there is no option for editing in notepad, and if u save it gets saved locally not on the server as notepad is not integrated with sharepoint. Can someone explain to me how does sharepoint recognize a word file and put the "Edit in Microsoft Word" feature?

      C Offline
      C Offline
      Code_Doctor
      wrote on last edited by
      #2

      SharePoint 2003 uses many different technologies. One technology is Web Parts. Web Parts can be constructed to access anything you need on your system. In addition to Web Parts. Microsoft also uses custom assemblies that are built specifically for the Office Products. Together, these technologies communicate behind the scenes allowing for tighter integration. Also, there are custom Outlook Web Parts built right into SharePoint 2003, which will allow any user to customize their "MySite", by adding the Outlook Calendar, Tasks, etc. To any area of their personal MySite page. The idea of checking files in and out is part of SharePoint lists. This is built into the list API, which is configurable and can be turned off. Hope this helps! ~ CodeDoctor ~

      D 1 Reply Last reply
      0
      • C Code_Doctor

        SharePoint 2003 uses many different technologies. One technology is Web Parts. Web Parts can be constructed to access anything you need on your system. In addition to Web Parts. Microsoft also uses custom assemblies that are built specifically for the Office Products. Together, these technologies communicate behind the scenes allowing for tighter integration. Also, there are custom Outlook Web Parts built right into SharePoint 2003, which will allow any user to customize their "MySite", by adding the Outlook Calendar, Tasks, etc. To any area of their personal MySite page. The idea of checking files in and out is part of SharePoint lists. This is built into the list API, which is configurable and can be turned off. Hope this helps! ~ CodeDoctor ~

        D Offline
        D Offline
        dnosaj
        wrote on last edited by
        #3

        Thanx for that info. But what I really wanted to know is how does Sharepoint integrate with Microsoft word or excel. If i put a file on Sharepoint and then edit it, it opens in excel witha check in/out option. How does Sharepoint make the file open in excel is not a problem.. I did that first by modifying a xml file (Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Template\Xml\Docicon.xml) and then creating a small activex control that searches for that particular file depending upon its extension and then opening it. The main problem is how do i make the application (take for example Photoshop) have the check in/out option. Do you have any idea how to do this?:confused:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups