When looking at a directory through windows explorer, we are given the choice of viewing the directory as: thumbnails, tiles, icons, list, and details. Using the "details" view, I can then customize my view by adding field information for "date created", "date accessed", "author", "subject"...
I am trying to access document properties from a network directory. Below is the code that I am testing, I can access the name, the modified date, but the results for subject is a "2" - not the actual document property subject.
Dim tbl As Word.Table = ThisDocument.Tables(1)
Dim fi As...
While trying to install Visual Studio.Net I cannot get passed step 2. I ran the prereq CD, followed by installation disk #1. I'm now prompted to insert SP2 disk so that Front Page extensions can be installed. On the SP2 diskette, the system searches for this file "_vti_inf.htm" - which is not...
With MSWORD I want the dialog box "File is locked for editing" to appear when another user has the document open. I find that it works for people with:
op system WINDOWS 2000 & OFFICE 2003 as well as OFFICE 2000.
I am a user with XPSP2, OFFICE 2003, and when I try to open a document that is...
I have one large document I'll call MASTER, within MASTER I have 80 sections - each section is a page to a different customer. The problem I am having is I insert a docvariables for section1 or page1:
ActiveDocument.Variables.Add(Name:="amount", value:=custAmt)...
I am trying to delete document variables by an index and not by name, ex: ActiveDocument.Variables("books").Delete()
instead this: activedocument.variables(x).delete
I have not been able to find any examples, is it possible to delete by an index or does each variable need to be named in order...
I'm testing documents with the INCLUDETEXT, I created a "reference.doc" and "letter1.doc". With letter1.doc, I insert file "reference", choose the range of my bookmark and everything works fine. The problem is when I {ctrl} + F9 and type the code that is identical to what is displayed from...
I have created my mailmerge document using MSQUERY. All works fine and now I want to take this one step further, when the document opens, I want the merge to new document automatically happen. As it is now, when the user opens the document, they are prompted with the dialog box "Opening the...
I have created a mailmerge document and my problem is when I calculate two mergefields together with one of the mergefields having a zero balance I get an error. I want to eliminate the two fields from calculating if one of the fields is zero.
This statement works providing there is a numeric...
I've not done much javascript and am trying to interpret this code, is the '^' a concatenator??
</b> <input type="hidden" name="item2" value="2222^AXCD^Testing^op1^op2^1" ID="Hidden3" language="javascript" onbeforeeditfocus="return Hidden3_onbeforeeditfocus()"> <font color="#141E8F"...
Group,
A consultant has advised that we have a master browser issue - which I know nothing about, but once I started reading posts on this forum about master browser problems, it seems likely that this is our issue. I'm confused on the registry setting "isDomainMaster" and the service...
With MSWORD, I have inserted a colored background for page 1, I need page 2 to be left white. I can't seem to remove the color from page 2 - is this possible. This will be a duplex print job.
A quick reply on this would be very much appreciated!!
cramd
Within Office 2003, I want to mail merge database info into a text box that includes images onto a business card. The text box works great until I mail merge, and then I get errors, so here are my questions:
1) I cannot do a mail merge within a text box - am I correct on this?
2)I redesigned...
Group,
I have an email that is saved as a WORD document. When MSWORD 2003 tries to open the document I receive an error "not a single file page". I discovered that if I delete the email header line "MIME-Version: 1.0" MSWORD 2003 opens the document with no problem. I have many documents on a...
I have a document that I am trying to open in OFFICE 2003 and continually get the error "(doc name) is not a valid Single File Web Page". I can open this document in notepad with no problems. I've been searching for a setting in MSWORD that I can turn off that will allow me to open this...
I have two fields HIGHVAL & LOWVAL within my ITEM TABLE. As a user enters an amount in the HIGHVAL field, I need LOWVAL to be 25% of the HIGHVAL. I've tried to create a default value within the expression builder on the LOWVAL field,
"[HighVal]*0.25" - but I get errors while trying this. On...
In MSWORD I have created a table two columns one row, within this table I want to place merged fields, in column 1, I want name, in column 2, I want fields address, city, and state. Now when I merge data from ACCESS into MSWORD it creates it's own table, a column for each field. I don't want...
In testing a project, I know that I can take an Access table and insert the data into an MSWORD table....but can I take an MSWORD table and export it to an Access table?? I realize I would have to create fields in MSWORD to match the fields in Access....but is this even possible to do??
cramd
VB.NET / OFFICE 2003
Within my vb.net application, I'm trying to access the subject property of a word document. The code fails because (wdpropertysubject) has not been declared. Since "BuiltInDocumentProperties" is an object, and "wdpropertysubject" is a property of the object, where & why do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.