|
Refreshing/Reloading a Word Document
Hi,
I would like to find the most efficient way to reload the full contents of
a WordML document. Currently I've been saving the new document to a temporary
folder, then using the Word API close the active document then open the saved
document.
This was working OK but now fails after my upgrade to VS2005 and VSTO.
Opening the downloaded document first, then closing the current docume...
|
1 |
23.05.2006 17:15:39 |
|
Office 2007 Beta Activation
Like all I have the same issue - activation
Guess we have to accept BETA bugs
I am just not looking forward to have to uninstall the BETA for the simple
reason that I do not know what to expect
Hope that the problem is solved before we expire our tries
...
|
2 |
25.05.2006 06:22:00 |
|
associating styles with XML elements
I have installed the WordXMLToolbox and created a schema, naming its
elements to match those in a .dot template.
How do I associate the Word styles with their corresponding schema
elements, so that the HEAD1 element has the HEAD1 style in the template?
Thanks.
--
...
|
4 |
23.05.2006 16:51:09 |
|
Office XP Pro and XML Support
Hello
We are planning to standardise our desktops to Office XP Pro sp3 and I am
trying to find out what level of XML support exists for this suite of
products.
We will soon be implementing a document management system which will most
likely use XML to index etc (not an expert on document management!) files
generated by colleagues.
I'm trying to find out which applications in offi...
|
2 |
23.05.2006 15:24:44 |
|
Web page save, creates whole new folder of files
Hi,
Not sur eif this is the correct part to post a question which relates to
creating web sites using word but fingers crossed you can help.
I have my main index page which includes various pics, but when I save the
file as a web page it creates a whole new folder which includes a bunch of
files for eg. index_filelist, index_image0001, index_image0002 etc etc.
It does this for every...
|
5 |
23.05.2006 12:19:40 |
|
Convert HTML To WordML
Hi, I'm trying to convert some simple HTML into WordML.
I've seen some microsoft example code refering to "Rich Text" Inside
InfoPath Documents (which are just XHTML formatted fields) being
converted to WordML using an XSLT sheet.
I've gotten a bit confused by those examples, However. Are the
namespaces (outputted in XHTML and missing from normal form HTML) a
must for the conversion?
Al...
|
3 |
21.05.2006 06:48:58 |
|
How do I extend Outlook "Persona menu" to open a URL?
How do I extend Outlook "Persona menu" to open a URL?
Looking up an email "from" in the corporate contact directory using URL
<FL:smarttaglist xmlns:FL="urn:schemas-microsoft-com:office:smarttags">
<FL:name>Lookup person in the Directory</FL:name>
<FL:description>Lookup person in corporate contact directory</FL:description>
<FL:moreinfourl>http://Compan...
|
3 |
16.05.2006 15:45:02 |
|
Unable to download ActiveX controls for Office 2000
I have had to re-install my copy of Office 2000. I cannot update this now
because the website mechanism refuses to download ActiveX controls essential
for the task even when I select the option to do
so!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
|
2 |
16.05.2006 06:42:02 |
|
Make smart tag recognizer stop recognizing txt after surrounded by
Hello,
I am using Smart Tags to replace a regular expression string, say xyz, with
the following:
<bill>xyz</bill> (i.e. not the string literal "<bill>" and "</bill>", but
actual XML tags using InsertXML method ).
This works fine, but the only problem I have is once its replaced, the new
result "<bill>xyz</bill>" still has the smart tag u...
|
2 |
15.05.2006 08:34:51 |
|
converting .dot template into schema
I have Word templates and am searching for a method to ensure that a
document has used only certain styles, so I was thinking I might create
a schema, supply it to users, and then be able to validate their files
against the schema to make sure they have only used permitted styles.
Has anyone else used this approach?
Is there a way to create schema from a template other than manually?
Kev...
|
2 |
14.05.2006 10:16:09 |
|
Get valid values from attached schema
In an Actions Pane for a WordML document, is it possible to get the
valid values for an XML element from an attached schema? I would like
to be able to provide something similar to the "Value" list that
appears when one edits attributes for such elements. If I have an
element with an attribute defined like this:
<xs:attribute name="type" use="required">
<xs:simpleType>
&l...
|
2 |
10.05.2006 09:43:09 |
|
Responsetext not returning full string
Hi
within Excel (multiple versions) I'm using the following code to
download the information from a shares portfolio:
Sub insert_porfolioXML()
Dim Str As String, Pos As Long
Dim http As New MSXML.XMLHTTPRequest
Dim DateLstRow As Integer
Dim SaveLstRow As Integer
' Dim ShareRow As Integer
Dim Rng As Range
Dim Rng2 As Range
Dim Shp As Shape
http.Open "post...
|
1 |
07.05.2006 21:56:16 |
|
Responsetext not returning full string
Hi
within Excel (multiple versions) I'm using the following code to
download the information from a shares portfolio:
Sub insert_porfolioXML()
Dim Str As String, Pos As Long
Dim http As New MSXML.XMLHTTPRequest
Dim DateLstRow As Integer
Dim SaveLstRow As Integer
' Dim ShareRow As Integer
Dim Rng As Range
Dim Rng2 As Range
Dim Shp As Shape
http.Open "post...
|
1 |
07.05.2006 21:54:20 |
|
How to save current document as XML?
Hi,
I am using VSTO 2005 Smart Document in C# with Word 2003 (with SP2).
I have not had much success using the XMLNode.XML(false) method(or the
XMLNode.get_XML(false) method).
I randomly get the following error:
"Word was unable to read this document. It may be corrupt. Try one or more
of the following:
*Open and Repair the file."
It seems to happen most often if there are ima...
|
1 |
04.05.2006 22:39:02 |
|
WordML bookmark ???
Here's what I'm trying to do:
Part 1: Do mail merge (template may contain one or more sections). Mark
sections that pertain to the individual mail merge records with bookmarks.
Print and then save generated document as a single XML file (I don't want to
save records as individual files). This all works fine.
Part 2: Given a bookmark value, programatically process the XML file to save ...
|
3 |
04.05.2006 13:47:01 |
|
get_XML buggy? doesnt work?!
According to MSDN on this page
http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.word.xmlnode.get_xml(VS.80).aspx it says
"XMLNode.get_XML Method
This method supports the Visual Studio Tools for Office infrastructure and
is not intended to be used directly from your code. "
What is the point of the method if you arent supposed to use it? (I'm not
being sarcastic)
...
|
4 |
01.05.2006 10:31:36 |
|
examples of resumes for school guidance counselors
can you suggest an example of a resume for a school guidance counselor...
|
2 |
29.04.2006 19:34:19 |
|
Add custom attributes to WordML nodes
Is it possible to add custom attributes from my own namespace to WordML
nodes? I would like to convey some extra information about document
structure when I convert my XML into WordML, but the flat nature of the
WordML is inhibiting this. For example, I would like to add a
"parentID" property to some w:tbl elements to indicate that they belong
inside of an element from my XML that is conver...
|
2 |
28.04.2006 12:55:56 |
|
Access to Document Instance from Smart Tag Action?
Hi,
I have a smart tag action and I would like to gain access to the instance
of the Microsoft.Office.Interop.Word.Document interface which represents the
Word document the smart tag was called on. Is this possible?
Thanks, Charles...
|
1 |
28.04.2006 09:27:02 |
|
When is the full documentation being released?
Hi;
Supposedly the full WordML documentation is being released soon. Any
idea when?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com...
|
3 |
28.04.2006 03:20:20 |
|
storing OFfice documents in XML
When (or can I) have the ability to take a PPT or DOC or XLS file and stored
it as XML with the corresponding DTD/XMLSchema. I've heard that this is going
to be possible, but I can't seem to find information on it. I'm not talking
putting data in tags here --- well kind of -- but the actual storage of that
document and recompsition forthe application....
|
2 |
26.04.2006 08:37:55 |
|
How do list styles work?
Hi;
Ok, I created a para that is set to use a list style. This is the xml:
<w:list w:ilfo="2">
<w:ilst w:val="0"/>
</w:list>
<w:listDef w:listDefId="0">
<w:lsid w:val="73D86CB7"/>
<w:plt w:val="Multilevel"/>
<w:tmpl w:val="0409001F"/>
<w:listStyleLink w:val="111111"/>
</w:listDef>
<w:style w:type="list" w:st...
|
5 |
20.04.2006 08:53:33 |
|
Make your xml formats truly open
The following article shows why Microsoft's xml formats are inferior to the
Open Document format:
http://www.osnews.com/story.php?news_id=14065
People can write plugins for other applications with ODF and don't have to
even tell Microsoft what they're doing. It provides a landscape of freedom
and innovation.
----------------
This post is a suggestion for Microsoft, and Microsoft respo...
|
6 |
19.04.2006 19:03:56 |
|
Is the SOAP toolkit installed?
Is there a way to verify whether the SOAP toolkit is already installed on a
PC? From what I can tell, it doesn't show up as a separate entry in
Add/Remove programs. I'm running Windows XP Professional SP2 and Office 2003....
|
1 |
18.04.2006 17:52:02 |
|
Relationship between <w:pPr>/<w:ind> and "<w:listPr>/<w:ind>
Hi;
WHat is the relationship between the para properties and the list
properties for the <w:ind left= and first-line=? It seems to use both
but it's not clear exactly how.
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com...
|
5 |
18.04.2006 13:38:00 |