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

    Calling MoveFirst on a recordset requeries the database

    I have a recordset that I use to load a grid on a form. I added a filter option to the grid. The filter works, but when I set the filter command, it is running the same query as the first time then applying the filter. I'm using the SQL profiler to optimize the program. I've been trying the...
  2. pokasick

    Where is the Description field stored?

    I have a query that I use to display TableName, FieldName, etc for analysis when developing programs. The query pulls the information from the system tables: sysObjects, sysColumns and sysTypes. I want to also pull the description for the field, but I cannot find it in any of the system...
  3. pokasick

    Outlook Namespace Logoff command not working

    Hi, I’ve got a VB6 program that logs on to Outlook under a certain profile, checks that the username is correct, sends an email, then logs off and quits the application. The profiles are local on the machine. I have a reference set to the Microsoft Outlook 9.0 Object Library. When the 2nd...
  4. pokasick

    Using ODBC DSN with .NET

    Is it possible to use an ODBC DSN with a VB.NET/ADO.NET program? I get an error when trying to use a DSN that we use with our VB.old/ado programs. The database is an SQLServer database. Here is the error: Expected '=' delimiter while parsing connection value pair. Thanks, Paul
  5. pokasick

    FileSystemWatcher Created event - How to know when file is complete

    Hi, I'm using the FileSystemWatcher.Created event to let me know when a file has been written to a directory. Then I can encrypt it and move to to where it needs to be. The created event fires immediately upon the creation of the file. The problem is that on a large file, the encryption...
  6. pokasick

    How do I add quick info to Intellisence for my code

    When I have an object reference and I type a period, the intellisence gives a list of available methods, properties etc. As I highlist each of those in the list, a yellow popup hint appears next to the dropdown window giving me more information about the method or property. I want to add...
  7. pokasick

    Raising custom errors

    VB help says "to generate the error number 513, assign vbObjectError + 513 to the Number property". When I raise an error in this manner, then display the number in a message box in an error handler, the error number is -2147220991. Shouldn't the number displayed in the message box...

Part and Inventory Search

Back
Top