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 Shaun E 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: patljones
  • Content: Threads
  • Order by date
  1. patljones

    Too few parameters - ADODB in VB6

    Running the code below comes up with "Run-time error '-2147217904 (80040e10)': [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1." on the cmd.execute line. Private Sub Command1_Click() Const ConnectString = "DRIVER={Microsoft Access Driver (*.mdb)}...
  2. patljones

    Freeing up a linked list

    I've set up a linked list of Class Modules and I'm trying to free them up but it doesn't seem to be working. The watch shows that currfield is pointing to the right thing but its still in the chain after I set currfield to Nothing. Do While Not currfield Is Nothing Set nextfield =...
  3. patljones

    Memory & Handle leak setting button.enabled property

    Is it just me? In NT I add two buttons to an Excel 2000 spreadsheet and the VB Code below. Open up task manager and alternately click on the buttons and the memory usage increments by 8K when you click and another 4K when you move the pointer off the button. It also uses up 4 handles every...

Part and Inventory Search

Back
Top