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 dencom 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: cramd2
  • Content: Threads
  • Order by date
  1. cramd2

    sorting a hash table

    I have created a hash table and it works well, but I am having trouble understanding how a hash table sorts the data. The data that is in the hash table is bound to a drop down list, although, I don't find that I have any control of the sorting of the items listed. The hash table seems to work...
  2. cramd2

    need simple example, i = 2, or = 6, etc....

    Group, I'm looking for a simple example to convert this logic to a javascript: if i != 3 or != 4 then process more code OR if i = 2, or = 5, or = 6 then process more code I have found examples of (if (i ==2)) then process, but I have multiples that I need, such as (if i==2, or ==5, or...
  3. cramd2

    IIS -uninstall-reinstall -error on dependency service

    Group, I'm having an issue with the IIS server starting. First notice the problem when trying to create a webproject in VS.Net and received errors about the web server not running ASP.NET version 1.1. This is odd since this pc has been running fine, creating and modifying web projects with no...
  4. cramd2

    section breaks that jump

    Group, I have a document that has two sections, section 1 is the customer letter, section 2 is the customer order form. This document is printed on a legal size paper, merged with data, and then section 2 is cut from section one. The letter(section 1) has always had 46 line of text on it -...
  5. cramd2

    Filmstrip View in XP - not 2000

    I am needing the filmstrip view available to several machines, although some machines are running XP, others are still at 2000. Do I have any options for the filmstrip view to be available for the 2000 machines OTHER THAN upgrading to XP? cramd2
  6. cramd2

    vb.net connecting to an Access database on web server

    I have been researching the option of creating a vb.net program that will read data from an Access database on a remote web server. I've tested several examples that I've gathered from this forum and other web sites, but still no luck. I'm looking for any examples that someone can tell me if...
  7. cramd2

    insert file defaults to "My Documents" - MSWORD

    I have created macros that changes mapped drives, the macro is then mapped to keyboard shortcuts. Example, if a user needs to "insert a file" from mapped drive "L", they run the "mapL" macro which is assigned to keyboard shortcut ALT+L. User hits alt+l, to change to the mapped drive, and then...
  8. cramd2

    VSTO - assemblies & what I don't understand

    I am working some tutorials to understand VSTO 2003 with VB.Net 2003. I've worked several of the tutorials on my local machine, next step of the tutorial shows me how to run my application on a network drive. I've tested the application on the network drive and all works fine, next I try...
  9. cramd2

    turning off attributes

    Group, When a file is changed, I know that the attributes are changed to an "A" and stays that way until a backup is done. Does anyone know of a way to manually remove the attribute? cramd2
  10. cramd2

    autotext won't correct

    Group, I have a user who has an error in her autotext entry. I delete the autotext entry, then I try to access it, and I can't. So I recreate the autotext entry with the same name, and now when I access the corrected autotext entry, it brings back the old autotext with the errors. I know...
  11. cramd2

    cannot access the object "sent behind text"

    Group, I am working with Office 2003, I have a document that I need to modify the image. When the MSWORD document was created, the image was "sent behind text" and now I need to modify the image. How does one select the image when it is behind the text? I thought I would select the image...
  12. cramd2

    getting started FTP

    Op System - Windows 2003 Server - Standard I'm trying to test an FTP program, connecting from my pc to a Windows 2003 Server. The error I get is "ftp: connect: Unknown error number". This is the first time that I am trying to connect to this new server. I'm not famaliar enough with Windows...
  13. cramd2

    Merge a protected document

    System: Windows XP PRo Software: Office 2003 Issue: I've created a new document with several merge fields. A help desk person will now take the document and merge this directly to the printer. When the operator merges the document, if she mistakenly types on the document or hits the enter key...
  14. cramd2

    allow "everyone" full control - How To in XP HOME??

    I am trying to allow full control to a folder: c:\config.msi. I was given advice to do the following: Right-click on the Start button and select Explore. Open the Tools menu and select Folder Options. Under the View tab, in the Advanced Options box, uncheck the box that reads "Use simple file...
  15. cramd2

    Printing a solution

    Is there an easy way to print an entire solution with the forms and code? If I remember correctly, in VB6, you have the option to print the project with the forms. In .Net, I do not find an option to print the forms with the code - I would like to select the solution and print the code & forms...
  16. cramd2

    allow "everyone" full control - WHERE??

    I am having an issue with re-installing Norton Internet Security, a "possible" solution I have found on the internet indicates me to do the following: 1) create folder c:\config.msi 2) edit the folder properties to allow "everyone" full control: properties/security/permissions. The problem...
  17. cramd2

    LiveUpdate, reinstall, and fails to reinstall

    Product: Norton Internet Security 2004 OP SYS: Windows XP Home Issue: began with Live Update would not update the virus def files. Uninstalled/reinstalled Live Update - still would not update virus defs. Downloaded a book of tech advice from Symantec - nothing would cure issue. Final...
  18. cramd2

    repagination

    I have a huge MSWORD document, each time I try to print starting at a different section, the document repaginates. I've turned off repagination, (tools, options), I work in "normal" view - not print layout view, what else does a person do to prevent the repagination? Even taking the option "go...
  19. cramd2

    how to type a paragraph mark within conditional text

    I was having an issue with forcing WORD 2003 to print a blank line when a field was empty, although I came across a solution within this forum. My problem is I don't understand how to type a paragraph mark in my code: ************ this is what I want: This example will force a blank line even...

Part and Inventory Search

Back
Top