Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cramd
  • Content: Threads
  • Order by date
  1. cramd

    file information as seen in explorer

    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"...
  2. cramd

    wdBuiltinProperties - where is my subject info??

    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...
  3. cramd

    VS tudio.Net installation issue

    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...
  4. cramd

    missing dialog "File is locked for editing"

    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...
  5. cramd

    docvariables in a section versus activedocument

    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)...
  6. cramd

    delete docvariables

    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...
  7. cramd

    INCLUDETEXT

    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...
  8. cramd

    autostart mailmerge

    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...
  9. cramd

    mailmerge issue

    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...
  10. cramd

    what is this " ^ " - concatenator

    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"...
  11. cramd

    Master Browser issue

    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...
  12. cramd

    MSWORD - background fill on page 1 of duplex print

    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
  13. cramd

    merge data into power point?

    Can data from a database file be merged into a field in Power Point? I'm looking for something similar to the mailmerge feature in MSWORD. cramd
  14. cramd

    text box, mail merge, and images

    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...
  15. cramd

    MSWORD and &quot;MIME-Version: 1.0&quot;

    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...
  16. cramd

    What is a Single File Web Page? Office 2003

    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...
  17. cramd

    Create default value

    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...
  18. cramd

    Merge data from Access

    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...
  19. cramd

    Access to Word...but can Word go to Access

    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
  20. cramd

    word property subject.....

    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...

Part and Inventory Search

Back
Top