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 SkipVought 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: *

  1. scorpion53061

    Crystal Enterprise Patches

    Hi, Two questions. I have been asked to determine what patch level a crystal enterprise 10 Server is at. How do I do this? Also, need a standard guide for applying patches. Please help with any links or info. I appreciate the help. Thanks, Kelly
  2. scorpion53061

    Show Main Menu Item

    I am trying to devise a way to show the user the last selection they made in a main menu control. At the modular level I put Public keychoice As MenuItem and then in the menu click event: Private Sub MenuItem600_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  3. scorpion53061

    Setup Problem

    Update I have been informed that: "You may have run into a VS.NET issue with RemovePreviousVersions (fixed in VS 2003). You install a per-system (Everyone) product, then build a new version and change product and package codes and update the product version, setting RemovePreviousVersions...
  4. scorpion53061

    Setup Problem

    IN a setup project I tell the installer to uninstall any previous version, and to detect if a newer version exists. I set a new version number and it generates product code updates. If I attempt to right click on the setup project name and choose install it performs correctly in that it removes...
  5. scorpion53061

    Urgent Problem Text File Problem......

    This code removes all blank lines from a text file(rather large). What I need to do is remove all blank spaces in the columns preceding its data as well. Because of the blank spaces in front of the data in the columns it is messing up the data types when importing to SQL or access.....code is...
  6. scorpion53061

    Text File Manipulation

    Understand this is a 34 megabyte text file. It came from a unix server. This is the code I am trying to run. As I write this the program continues to run and has been about 5 minutes. I am trying to find a certain string in the file which would indicate that the line should be entirely deleted...
  7. scorpion53061

    telling crystal what to report at runtime

    in a vb.net windows app I have written I have a datagrid that I can tell it to show or hide columns based upon checkboxes the user selects such as this: If CheckBox2.Checked = False Then Dsjjkp1.Tables("JJKSUP").Columns.Remove("Description") End...

Part and Inventory Search

Back
Top