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 Mike Lewis 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. dirknerkle

    Extreme File Handling

    You may have to use the getchunk method and parse only one block of data at a time.
  2. dirknerkle

    Select Case problem (easy but cannot find answer)

    #NULL# is a tough issue because you can't evaluate it other than if it's null. Select case is looking for a value and #NULL# data cannot be evaulated to anything other than #NULL#. What you might do is use CASE ELSE and then when the comparison falls through all the other case statements you can...
  3. dirknerkle

    Error detected by database DLL

    I have often found the solution to be recompiling the report. Be sure to verify the databases again, and also check the database location. If you verify and it finds databases at H:\dirname\subdirname it is possible that if a different network user uses drive J: instead, the report will be...
  4. dirknerkle

    Touch-Screen

    Any version of VB works with touch screens when the touch screen uses a Windows driver for activation. Typically, activation is via the CLICK event. In your app, you would likely use a control array and read the index of the array to know which item is being "touched" (i.e...

Part and Inventory Search

Back
Top