473,624 Members | 2,191 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

document management from microsoft?

RA
Hi

Is there any document management that microsoft provides? A large
organization need a tool that gets information and can generate documents
based on a pre defined templates.
Thanks
Nov 16 '05 #1
7 3115
Does this have something to do with .Net/C#? Are you trying to do this
using a C# program? Automating Office?

---------
Ajay Kalra
aj*******@yahoo .com

Nov 16 '05 #2
RA
Yes I need to do it using c#
"Ajay Kalra" <aj*******@yaho o.com> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.com...
Does this have something to do with .Net/C#? Are you trying to do this
using a C# program? Automating Office?

---------
Ajay Kalra
aj*******@yahoo .com

Nov 16 '05 #3
It still does not help in what you are trying to do. What type of
document? Does it use Office? What templates? This is all specific to
your project?

I think you need to provide more explanation about what you are trying
to do. I am not aware of any out of the box document management
software(whatev er that is) from Microsoft.

------
Ajay Kalra
aj*******@yahoo .com

Nov 16 '05 #4
Evaluate Microsoft Content Management Server [1]
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.microsoft.com/cmserver/

"RA" <ro****@hotmail .com> wrote in message
news:Oj******** ******@TK2MSFTN GP09.phx.gbl...
Hi

Is there any document management that microsoft provides? A large
organization need a tool that gets information and can generate documents
based on a pre defined templates.
Thanks

Nov 16 '05 #5
RA
Produce work documents. Thats what we need. This is for a large
organization.
"Ajay Kalra" <aj*******@yaho o.com> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
It still does not help in what you are trying to do. What type of
document? Does it use Office? What templates? This is all specific to
your project?

I think you need to provide more explanation about what you are trying
to do. I am not aware of any out of the box document management
software(whatev er that is) from Microsoft.

------
Ajay Kalra
aj*******@yahoo .com

Nov 16 '05 #6
RA... The best I can do is suggest data bound winforms in C#/VB that
know
how to print themselves to a printer using drag and drop "Printable
Components". So you enter the data, "Add" the row to a database, and
print
the document.

http://www.geocities.com/jeff_louie/OOP/oop24.htm

Of course, only the printable components appear on the document.

Regards,
Jeff
A large organization need a tool that gets information and can generate
documents based on a pre defined templates.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #7
Office 11 has two solutions for Document Management: Windows Sharepoint
Services (which is a free component that runs on top of Windows Server 2003)
and Sharepoint Portal Server, which is a commercial product that sits on top
of Windows Sharepoint Services, and provides some basic document management
services. You can find details at the following links.

Office 12 will have quite a few more features for document management,
although I can't share the actual scope (largely because I don't work in
that division and I don't know it :-). I couldn't possibly do justice to
the next version so I won't try.

If you want documents to be created from templates, you should look at the
combination of Windows Sharepoint Services with Microsoft Infopath. Inside
Microsoft, Infopath and Sharepoint are used quite frequently to create
forms, manage documents built from templates, and distribute information to
specific audiences. The next version of Sharepoint will include workflow
capabilities that combine the power of Sharepoint for document management
and records management with the XML capabilities of Infopath. Really cool
stuff.

http://www.microsoft.com/sharepoint/
http://www.microsoft.com/office/info...o/default.mspx
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"RA" <ro****@hotmail .com> wrote in message
news:Oj******** ******@TK2MSFTN GP09.phx.gbl...
Hi

Is there any document management that microsoft provides? A large
organization need a tool that gets information and can generate documents
based on a pre defined templates.
Thanks

Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2219
by: Sandy Norton | last post by:
Hi folks, I have been mulling over an idea for a very simple python-based personal document management system. The source of this possible solution is the following typical problem: I accumulate a lot of files (documents, archives, pdfs, images, etc.) on a daily basis and storing them in a hierarchical file system is simple but unsatisfactory:
4
3368
by: Jorge_Beteta | last post by:
Hello, I work for an attorney staff, so basically the whole day they are sending themselves a lot and a lot of papers (Word docs or Excell sheets). We are going to propose them the use of a Document Exchange and Database System (like Lotus Notes or Oracle Managment Content, formerly known as Internet File System IFS ) with .NET interfazes. Basically the idea is that instead of sending papers the whole day,
0
1543
by: Tim Sawlor | last post by:
I am looking for an XML document management systems that might meet my requirements. The group I work for produces a great deal of reports and documents. These documents can be quite long (~300+ pages). Currently, MS Word is used to produce these. I believe there would be significant advantages to switching to XML as an underlying document format, the primary advantage being separating document content from the presentation and delivery...
0
1496
by: Philippe Poulard | last post by:
A sane document management approach: I manage my documents with a key, composed with some fields of my XML documents. When I have to refer to documents, I use a canonical form of the key so that I can use classical links such as <a href="..."> This canonical form is naturally an URN The problem when using URN, is that the sub-scheme must be registered, otherwise collisions may happen if somebody else decide to use the same name,...
1
271
by: David | last post by:
My customer wants to scan their documents and organize them electronically and he has asked me to find him a viable solution. These are the criteria. - It must integrate with an existing MS SQL database and the .NET interface - Scanned images should be easily catalogued. I see the process as follows * a document comes in * key in appropriate information about the document by creating a record in the database * document scanned * the...
15
3306
by: lawrence | last post by:
Is this the correct way to test for a method before I use it? createRange() is, I believe, an IE only method. function wrapSelectionInTag(selection, tag) { if (document.selection.createRange) { var range = document.selection.createRange(); if (range.parentElement() == element) range.text = '<' + tag + '>' + range.text + '<\/' + tag + '>'; }
1
5623
by: andrewcw | last post by:
I have used System.Management in the past to extract and walk thru drives & check their type. I can also do it with COM's FileSystemObject. Here I am trying to just use the Management Object after using the Directory class... There seems to be a way to load the System Management Object with string path ( 8 overloads ), but every time I try a variation it crashes. Any ideas ? Thanks Scripting.FileSystemObject FSO = new
5
5809
by: PCC | last post by:
I am using the Exception Managment Application Block on Windows Server 2003 Enterprise and .NET v1.1. If I use the block with an ASP.NET web wervice or in a web application I get the following error: ------------------------------------ System.Security.SecurityException: The event source ExceptionManagerInternalException does not exist and cannot be created with
1
2093
by: EAI | last post by:
All, Thanks in advance for your help. I am looking for any ideas or any open source document management tools for my site. I have a site which supports downloading and uploading word, image files. I am looking for an easy to implemented tool for managing these documents. Please let me know an easy way to manage these documents. Thanks,
0
8234
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8677
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8620
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7158
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.