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 wOOdy-Soft 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: swingkyd
  • Content: Threads
  • Order by date
  1. swingkyd

    Problem with MS Word Numbering not available on headings

    I have a custom style "Attachment #" which I have applied to several sections. However, the numbering is not accessible when I right-click to get at the "Numbering" options. I've tried to "clear formatting" and re-apply the style, but nothing changes. If someone knows what might be going on...
  2. swingkyd

    Compilation Problems for VS8

    I'm using the following compiler with the most recent Windows SDK: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: VC Express Microsoft Visual C++ 2005 76542-000-0000011-00125 Microsoft Visual C++ 2005 Now...
  3. swingkyd

    Can't get word to insert more than one subdocument

    So within the "outline" view, normally with a fresh new document, I can insert many subdocuments into one master document. For some reason, it won't let me do this anymore. Here's the setup: - Master Document has a locked word file as the template. (by this I mean that the template file is...
  4. swingkyd

    Removing newline in text file

    Pardon my lack of knowledge here. I'm having trouble getting this BASH code to NOT output a newline cat "$datafile" | fgrep -A 4 "$STEP_STRING"|grep "$STEP_FILTER" | cut -c 49-56 |tee -a "$OUTPUT_FILE" I don't want the output to include a newline character. I think the culprit is the...
  5. swingkyd

    Object Model Trouble

    I'm having great difficulties with my object model. I hope someone can help me since i'm really stuck! Does anybody know how to start troubleshooting linder errors? I keep getting the following error: "busdes.obj : error LNK2001: unresolved external symbol public: void __thiscall...
  6. swingkyd

    friend question

    I would reallly appreciate some help with this. The actual code is different, but the setup is the same... I have created two classes: Class1, Class2 each in separate header files. i've created #ifndef declarations for both and included the header files of each class. for some reason, the...
  7. swingkyd

    linker error I can't figure out

    Hello, I am having trouble with linker error... This is my first stab at creating inherited objects. I cannot seem to get them working. I get the following errors: [code] busdes.obj : error LNK2001: unresolved external symbol "public: void __thiscall model::openfile(char *,int)&quot...
  8. swingkyd

    Different types of Bookmarks are confusing...

    Hello, I have been using VBA for about a month now and I've noticed something interesting about bookmarks and fields. Maybe someone can explain it to me. I've read the pertinent documentation but it doesn't seem to clear up my questions. What is the difference between a bookmark that is created...
  9. swingkyd

    trouble linking large worksheets to Word

    I cannot seem to resolve the following problem: Description of situation: I have a large Word document with appendices. Within the appendices I need to link a rather large (10-20page) table that has been created and formatted well in Excel. I want to include this table within word so that it...
  10. swingkyd

    selecting the current table

    I'm trying to play around with setting up a table macro. Any help would be greatly appreciated...I've spent hours on this problem and can't seem to solve it! The goal is to ask the user the rows, columns, (done) and then format to a standard formatting template. (can't get working) Following...
  11. swingkyd

    trouble with Referencing Bookmarks

    I'm very new with coding... but here we go: I have a bookmark in the template file. I am trying to assign the bookmark's value to a variable (a long). The user enters in an "ASK" field linked to a 'cur_rev' bookmark. I need to take the value of that bookmark (say revision number '5')...

Part and Inventory Search

Back
Top