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

  • Users: Glade
  • Order by date
  1. Glade

    compile error - passing user-defined type to class function

    Foada, no that's not a typo, the function returns an array of integers.
  2. Glade

    compile error - passing user-defined type to class function

    I'm having a problem passing a user defined type to a function in one of my classes. I have declared a user-defined type in a module (a regular, "code" module) that looks like this: Public Type Data_Comparison Data_Level As Integer Data_List() As Integer Description As...
  3. Glade

    win98 pauses/freezes momentarily

    ^^^ Oh yeah, I forgot to add that in the list of things I've tried. I've used Ad-Aware for a while now, it's a very helpful utility but it has not solved my problem. -Adrian
  4. Glade

    win98 pauses/freezes momentarily

    Okay, I've tried these suggestions, including: - Put this entry in the system.ini file under [386enh]. ConservativeSwapfileUsage=1 - Delete all the files (except the read only file) in Windows > Applog - use msconfig to clear any other hidden programs (although I didn't clear that many, how do...
  5. Glade

    win98 pauses/freezes momentarily

    Okay, this problem is driving me crazy. Ever since I reinstalled Windows on my machine (after it crashed completely), I've had this problem where my computer freezes or pauses anywhere from a few seconds to up to a minute, then continues normally. This does not seem to happen according to...
  6. Glade

    strange recordset behaviour: records not sequential

    Okay, I've made some progress with this problem. The problem is caused by this line, which is inside my database connection routine: g_adoConnect.CursorLocation = adUseClient If I comment out this line, the order is as it should be. HOWEVER, the new problem is this: if I don't set the...
  7. Glade

    strange recordset behaviour: records not sequential

    ^^^ Good suggestion, but it doesn't work. Just to be sure that it wasn't an extraneous problem due to the design of some other object in my program, I wrote the following debug routine to check my data: ----------------------------- Public Sub Display_Items() 'just a debug tool, display the...
  8. Glade

    strange recordset behaviour: records not sequential

    I'm working with an MS Access 2000 database in Visual Basic. I've created some data objects that deal with the different tables in the database. I just finished porting all of the data in an old 97 database to the new and improved 2000 database. So far everything seems to have worked fine...
  9. Glade

    reindexing database keys

    Hello all, I have a database that was somewhat poorly designed. The tables I need to reindex look like this: Table 1 - Products ------------------ Key Name Description Table 2 - Product Items ----------------------- Key Product_Key Item_Name Etc. Product_Key is a foreign key to the...

Part and Inventory Search

Back
Top