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 Wanet Telecoms Ltd 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: DSJ1967
  • Content: Threads
  • Order by date
  1. DSJ1967

    Normalizing record using DTS

    I have an incoming text file that is in the format of CustomerId|Product1 Sales|Product1 Share of Sales|Product2 Sales|Product2 Share of Sales| ... which continues on for about 15 products. The product names are actually in the column names. I need to normalize this into...
  2. DSJ1967

    Automation Error - Third Party Control

    We have recently released a program that invokes a third party control inside of a custom control. The problem is that our client also released an application that used the same 3rd party control with the exception being that is was a slightly newer version. There installation of the 3rd Party...
  3. DSJ1967

    InfoZip DLL Error?

    Has anyone used the InfoZip DLLs. I have seen a couple of instances around the web and have created an interface in VB which incorporates one of the classes that uses this Zip DLL. My problem is that in some instances I am getting an error "zip warning: name not matched: " yet if I...
  4. DSJ1967

    Merging to Word and continuing on next page if necessary

    I am trying to merge the contents of a textbox into a Word document. My problem is that I do not want to overflow the page. If the contents of the textbox are larger than the space that I have provided on my Word Doc, I want to either create another page, head it with 'Description Continued'...
  5. DSJ1967

    Dealing with Memo type Fields

    Anybody had luck in retrieving information from a memo type field and then spliting it into string variables?<br><br>Using GetChunck/AppendChunk... other suggestions<br><br>Thanks
  6. DSJ1967

    Optimization Software

    Does anyone know of an optimization software for VB code that evaluates the amount of time being spent in modules/procedures etc. I have a piece of Code which is running slow and would like to find out where it is being hung up.<br> <br> Any help is appreciated<br>
  7. DSJ1967

    Address Cleansing Problem

    This problem is not really a VB question but more a programming question in general.<br> <br> Has anyone ever had to establish links between two seperate mailing databases? I have a database that requires updates to be applied to it from various electronic sources but I need to determine...
  8. DSJ1967

    Parsing a DataBase into Managable Portions for faster queries

    Really Long Question...<br> <br> I'm currently developing an application that has a rather large database somewhere around 500,000 records divided up into 8 different tables. The problem lies in the fact that the client wants to have an analysis tool where they can have a selection criterion...
  9. DSJ1967

    Indicating/Showing Hierarchy in a Listbox?

    Does anyone know a way to create functionality like a dirbox or explorer where if you double click on an item (or an icon beside the item) it will drill down and show the elements underneath? Can it be done with a listbox or is there some other custom OCX that does this?<br> <br> I am pulling...

Part and Inventory Search

Back
Top