473,378 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

About the server side automation of the Word app

Hi everybody:
I've developed a web application running on a 2003 server of a small firm's
extranet environment (less than 10 users) by using Office Primary Interop
Assemblies (PIAs). WebDav services is also installed and is activated on both
server and clients machines. I'm creating wordapp, and then worddoc and
inserting a few rows into and then save it as:
worddoc.SaveAs(Server.MapPath("/mydocs/") & fileName, , , , , , False, , , , , , , , , ) <<

which is a " not read only" saving. To be completely safe I checked the read
only property of the doc out after saving it and it returns "false".
Then I try to open it in a frame page:
<frame name="header" scrolling="no" noresize target="main"
src="Content_header.asp?dest=<%=dir &"\"& request("fileName")%>">
<frame name="main" scrolling="auto" noresize target="_self" src="<%=dir
&"\"& request("fileName")%>">

As expected the word document opens inside the 'main frame' but there is 2
annoying issues that I couldn't fix them and I need you guys to help me on
them:
1- it opens inside the frame with "reviewing" tool bar on the top. The user
should right click and activate the 'standard toolbar' by himself. I need
that it gets opened with the standard tool bar at the top.
2- this one is very important: when I edit the document and then click on
the save button on the standard tool bar to save it again on the server, it
can't be saved! the Save button doesn't do anything!
Please note that the document is not read only and I can edit it manually by
reaching it directly on the server but I'm not able to do that inside a frame
page.
May anybody help please? thanks a lot in advance

Kash
Feb 24 '06 #1
0 828

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

Similar topics

3
by: Brian Kwan | last post by:
Project Description: Develop a web application to help manage sale operations. There is a function that to generate a report using data in database, which is a Word document on server and let user...
1
by: Curtis Justus | last post by:
Hi, We have a project that requires a .NET service to convert a Word document to a PDF document. Basically, a person would create a mail merge template in Word and through automation, we merge...
0
by: Stuart Woodard | last post by:
I am struggling to develop a robust mechanism for server-side printing with formatted documents. I need to produce print-spool files from the remote server-side application. This isn't...
1
by: Sunil Menon | last post by:
Dear All, I stumbled upon an article on "Content Management Server"...but got a bit confused...i would like to know if "Content Management Server" can.. 1. Show me a Word Document in a browser...
0
by: Joe | last post by:
Dear all I want to dynamically generate some word and excel document by asp.net in server side then export to client, i am a developer and have a vs.net 2003 and office 2003. When i deploy the...
28
by: Gil | last post by:
can i have a client pc trigger access.exe to open on the server side pc? i want to have the server run special functions and return the output to the clients without having the clients run the...
4
by: Kash | last post by:
Hi everybody: I've developed a web application running on a 2003 server not on the web but on extranet environment of a small Firm (less than 10 users). I've taken benefit of Office Primary...
3
by: zeeway | last post by:
Hi,everyone I use AxWebBrowser.Navigate to open a word document, but I don't know how to close the word document.Any advice would be really appreciated. Best Regard Zeeway
8
by: =?Utf-8?B?QmFkaXM=?= | last post by:
I have tried a server-side automation and it's giving me problems that I couldn't solve.. Now, I'm switching to client side automation and I was following this example:...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.