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 gkittelson 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
  • Order by date
  1. cramd2

    sorting a hash table

    chrissie1 I'm new to the hashtable and your suggestion "implement icomparable and override compareto the way you like it" could work, but I'm in the dark on this one. I'll be researching your suggestion, if you have any sites with examples to get me started, it would be helpful! Thanks for...
  2. 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...
  3. cramd2

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

    Group, All the posts were helpful, although the logic in my example was not good, I just needed a simple example using the "and" & "or" in a statement. I have found that the javascript is not the same as other languages that I've used with the "and" & "or". Thanks for all the useful examples...
  4. cramd2

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

    Thanks for the posts! cramd2
  5. 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...
  6. 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...
  7. cramd2

    section breaks that jump

    Gerry, The document has a perforation for the customer to tear apart if they decide place an order. The perforation only tears apart from the document if the customer chooses to do so. This is a legal size document, letter on top, then a perforation that separates the letter from the order...
  8. cramd2

    section breaks that jump

    Gerry, Perforation is usually about 3/4 down on the page. If I do page breaks, I have two pages - I need to keep both pieces of info, (letter & order form) on one page. I'll look into the {Advance } field option - see if that helps. I'm looking for an ANCHOR.....that would help me, but I...
  9. cramd2

    section breaks that jump

    Hi Tony, Section 1 has merge fields for name, address, etc, along with "INCLUDE TEXT" fields, that pulls data from a defined bookmark document. This is where the letter lengthens, it is determined by data that pulls in a bookmark and creates a letter for a particular customer. After the...
  10. 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 -...
  11. 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
  12. 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...
  13. cramd2

    insert file defaults to "My Documents" - MSWORD

    Tony, MANY THANKS!! Exactly what I needed, works like a charm! cramd
  14. 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...
  15. cramd2

    VSTO - assemblies & what I don't understand

    Ah....but that's only if you have a Domain, much less a Domain Administrator....... I'm not so lucky to have this. cramd2
  16. cramd2

    VSTO - assemblies & what I don't understand

    jebenson, Thank you for the information, it is very helpful. I definitely need to understand the trust levels - my choice would be to Adjust Zone Security for all assemblies to run on the network. Although, by changing the security zone, I'm not sure what security risk I am opening up...
  17. 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...
  18. cramd2

    autotext won't correct

    Problem solved! Unknown to the user, she was updating an "old" template on a network drive. The OLD network template was named the same as the template on her pc, and it was listed in her "recent documents" , so when she selected that template to open and modify, she was actually modifying the...
  19. cramd2

    autotext won't correct

    xlhelp: I'm familiar with the PDF plugin as it has caused me issues in the past, although this particular pc does not have that plugin. I have never seen autotext perform like this, it's as if the autotext entry that I'm working with is "cached" somewhere, and it continues to bring back the...
  20. cramd2

    turning off attributes

    Thank you both, exactly what I was needing!! cramd2

Part and Inventory Search

Back
Top