473,738 Members | 6,332 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Auto letters (word ) from ASp.NET

HI All,

I am planning to use word object model for printing auto
letters for an ASP.NET application , I am not sure If its
the best way to do it .
The alternative would be use of Crystal Reports .NET and
export to word .

I want to know the best approach , I have read about some
disadv of Word object model
Is there a better alterantive

thank you
Nov 17 '05 #1
2 2479
Its not the object model thats the problem with word, its running it server
side in the context of the web account. Its also a pain as it pops messages
all the time with no one to answer them and gets itself tied up. A better
approach is usually to produce RTF docs, or simply HTML files with a .DOC
extension (that works I think) and stream them to the browser.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_auth or_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_autho r_plug>
----------------------------------------------

"srinivas" <sr*******@yaho o.com> wrote in message
news:09******** *************** *****@phx.gbl.. .
HI All,

I am planning to use word object model for printing auto
letters for an ASP.NET application , I am not sure If its
the best way to do it .
The alternative would be use of Crystal Reports .NET and
export to word .

I want to know the best approach , I have read about some
disadv of Word object model
Is there a better alterantive

thank you

Nov 17 '05 #2
Thank you very much for your time
srinivas
-----Original Message-----
Crystal Reports should be able to handle the job.
Of course there are some associated deployment issues that you'll likelyhave to deal with as a trade off. And Crystal Reports is a complex productwith a lot of ins and outs to learn if you're not already familiar with it.If this is a some major internal app then Crystal Reports would be a goodcandidate. If it is a small app or has to be deployed to many servers thenCrystal Reports may be more trouble than its worth IMHO.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"srinivas" <sr*******@yaho o.com> wrote in message
news:04******* *************** ******@phx.gbl. ..
What about using Crystal Reports.NET

thanks
>-----Original Message-----
>Its not the object model thats the problem with word, its
running it server
>side in the context of the web account. Its also a
pain as it pops messages
>all the time with no one to answer them and gets itself

tied up. A better
>approach is usually to produce RTF docs, or simply HTML

files with a .DOC
>extension (that works I think) and stream them to the

browser.
>
>--
>Regards
>
>John Timney (Microsoft ASP.NET MVP)
>----------------------------------------------
><shameless_aut hor_plug>
>Professional .NET for Java Developers with C#
> ISBN:1-861007-91-4
>Professional Windows Forms
> ISBN: 1861005547
>Professional JSP 2nd Edition
> ISBN: 1861004958
>Professional JSP
> ISBN: 1861003625
>Beginning JSP Web Development
> ISBN: 1861002092
></shameless_autho r_plug>
>----------------------------------------------
>
>"srinivas" <sr*******@yaho o.com> wrote in message
>news:09******* *************** ******@phx.gbl. ..
>> HI All,
>>
>> I am planning to use word object model for printing

auto >> letters for an ASP.NET application , I am not sure If

its
>> the best way to do it .
>> The alternative would be use of Crystal Reports .NET and >> export to word .
>>
>> I want to know the best approach , I have read about

some
>> disadv of Word object model
>> Is there a better alterantive
>>
>> thank you
>
>
>.
>

.

Nov 17 '05 #3

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

Similar topics

19
2179
by: Johannes Nix | last post by:
Hello, yesterday I met a cute person (after my dance class) who told me about an interesting experiment regarding cognition. People were told to read a typed text; However, in every word in the text, only the first and the last letter were in the right place. The other letters had their positions changed in an arbitrary manner. The surprising result, I was told, was that people can read this mixed-up text fairly well. Because I am a...
1
2246
by: porterboy | last post by:
Hi Folks, I have auto-completion set up in my python interpreter so that if I hit the tab key it will complete a variable or a python command*. eg. if I type >>> imp and if I then hit the tab key, the interpreter will complete it to... >>> import Now, I also use Matlab at the command line a lot and it has a nice
1
2232
by: ChuckDubya | last post by:
It's common in web browsers to have a text auto-fill function for personal information or passwords or whatnot. The flavor that I'm referring to is the kind that pops up as you're typing the word, not the kind that fills text fields before typing has started. Well I want to know how to do that in Python. I'm looking to edit IDLE so that it doesn't take me forever to code four lines. Eventually, I want to create a Visual Basic-type...
2
1954
by: Village | last post by:
Hello, I'm fairly new to access, so I apologise if there is a simple solution for this, but I have looked everywhere that I can think off to see if this is possible and how to do it. I have been tasked with creating a database of customers previous purchases and then sending out letters to them, these letters would need to be personalised so that for example: if Mr X brought good Y then the letter would automatically select a passage...
2
13532
by: Mikey | last post by:
Sample VB .NET source code to create mailing labels or customized letters using MS Word MailMerge This VB .NET source code will start MS Word and call methods and set properties in MS Word to execute a MailMerge to create mailing labels or customized letters. A label name known to MS Word MailMerge mailing label wizard may be used or a template file containing the field names Line1 thru Line5 for each record to be printed. If a...
1
1325
by: Village | last post by:
Hi there, I'm trying to get Access to create reports which will be sent out as letters to a mailing list, these letters would be personalised for each recipient, so that should they have a particular option (tick box) selected then they get a particular passage of text inserted into the letter. Firstly is this possible? I know Word can create letters; however I don't think that it can place different passages of text in to the letter,...
0
1167
by: Jordan Richard | last post by:
I'm designing a new .NET 2.0 Windows Forms application to support users who, amongst other things, need to print letters and envelopes. They currently do such printing by manually managing a collection of MS Word documents. They want for the new Windows Forms application to provide the capability to and envelopes. I'm wondering what would be a smart way to provide this capability. I don't want to re-invent MS Word, so perhaps I could...
11
7395
by: eureka | last post by:
Hi All, I'm training in Servlets, JSP and JavaScript, I have a web page in which there's a "StudentName" textbox and below it is a "Names" Dropdown list. Initially the Textbox is empty and the Dropdown doesnt have any items.. The requirement is that as soon as one goes on typing the letters in the StudentName-textbox the corresponding matching names have to appear
1
1550
by: sumone14 | last post by:
I have to create a program that opens a file and I have to find and show the words that have the most letters. I got the file to open but I can't figure out how to count the letters. I think I have to have a for loop in order to move through the contents of the file but I can't get it to work properly.This is what I have done but I am not sure about the what to put in the loop. Also, the contents of the file look like this:...
0
8968
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
8787
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9473
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
9334
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...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6750
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3279
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
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
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.