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

    Debugging Watch Window

    Hi, I am preparing for VB certification exam and have a question about debugging Watch window. I hope someone can me some input. The following is the code I tried to use Watch window to monitor. However, every time, I add variables counter and intNum into Watch window. The value column shows...
  2. Cowper

    Cache properties in variables

    Hi, I am reading a VB certificate exam book for my upcoming exam. There is one question about optimising an application that I don't understand and needs your help. The book says one tip for increasing performance is to cache properties in variables when you are using a loop. The reason is it...
  3. Cowper

    Missing Object Library

    Hi, I created a Access database. It has to use libraries, such as ADO 2.7, ADO Recordset 2.7, and ADO Ext 2.7 for DLL and security. However, it works fine on some computers at our office but not all of them. I tried to update DLL files, which sits in C\Program Files\Common Files\System\ADO...
  4. Cowper

    UpdateBatch problem

    Hi, I am wondering if anyone can help with this problem. I tried to use "UpdateBatch" method on ADODB recordsets. I set cursor type to adOpenKeyset and LockType to adLockBatchOptimistic. However, the method only updated the first record. For the following records, an error message with...
  5. Cowper

    Missing files in backup tape

    Hi, Could anyone help me with this? One of my colleagues lost five files and I tried to restore them from backup tapes, but all no good. I am wondering if there is a backup restriction on files saved certain levels down from the root file. Files I tried to restore has a path as follows: G ->...
  6. Cowper

    Export data to txt file

    Hi, Could anyone tell me how to find "sample code" that can export data from a table or a query to an existing Text file so users can read it from Notepad ? Many thanks Cowper
  7. Cowper

    How to make form size unchanged?

    Hi, Could anyone help me with this problem? How can I make the size of a form unchanged? The problem I have is whenever I open a form and then click a button to open a report. If I maximize the report and then close the report, the original form or database window will be maximized as well...
  8. Cowper

    Writing to LP1 Error

    Hi, Could someone help me with this one? I tried to connect Canon BJC 2000 SP printer to my desktop computer which runs Windows 98. But, whenever I tried to print, there was an error message saying "There is an error writing to LP1. Please check if the cable is conntected properly and the...
  9. Cowper

    LP1 Error

    Hi, Could someone help me with this one? I tried to connect Canon BJC 2000 SP printer to my desktop computer which runs Windows 98. But, whenever I tried to print, there was an error message saying "There is an error writing to LP1. Please check if the cable is conntected properly and the...
  10. Cowper

    Cannot open db - MSysAccessObjects error

    Hi, I converted an existing database from Access XP to Access 2000. After that, it worked OK for a while. Then, suddenly, I cannot open it anymore. Whenever I try to open it, an error message will pop up saying “Record(s) cannot be read; no read permission on ‘MSysAccessObjects’. Could anyone...
  11. Cowper

    Complie error when opening Word and Excel

    Hi, I am having problems opening Office XP Word and Excel (Power Point and Access are fine). When I tried to open Word, an error message popped up saying "Complie Error in hidden module: AutoExec". Likewise, when I tried to open Excel, an error message: "Compile Error in hidden...
  12. Cowper

    Window 98 - WIndow Protection Error

    Hi, I have a problem starting up my computer. Everytime, I want to start the computer. The computer will either lock up itself or show up this message: "While initialising device CONFIGMG: Windows protection error. You need to restart your computer." If I follow the instruction and...
  13. Cowper

    Test if workbook is open from MA Project

    Hi, I need some help. I try to open an Excel workbook to display task schedules saved in MS project. Does anyone know how to write codes to check if the Excel workbook is already open? Many thanks Cowper
  14. Cowper

    Any MS Excel VBA reference on line?

    Hi, Could someone tell me where I can find free MS Excel VBA references from websites? Many thanks Cowper
  15. Cowper

    Customize reports

    Hi, I want to creat a report similar to what you can see from Gantt Chart. However, the difference is that it lists out tasks according to resources. For example, the report should look like this: Dec. 11 Dec.12 Dec.13 Dec.14 Dec.15 Dec.16 Adam --Go Camping--...
  16. Cowper

    Report - run time error 91

    Hi, I want to create a report that will list out a supplier's information based on a supplier's ID. In other words, the report's Recordsource should change according to supplier ID (I think it should be a SQL thing). However, everytime I ran the codes (listsed below), the error message popped...
  17. Cowper

    Report - run time error '91'

    Hi, I want to create a report that will list out a supplier's information based on a supplier's ID. In other words, the report's Recordsource should change according to supplier ID (I think it should be a SQL thing). However, everytime I ran the codes (listsed below), the error message popped...
  18. Cowper

    Which way to go?

    Hi, I just found a job as a database designer, mainly Access stuffs. Could anyone tell me which Microsoft certification I should try to get? Thanks Cowper
  19. Cowper

    ActiveX Control - how to use List View and Tree View ?

    Hi Can anyone tell me how to use ActiveX Controls, such as List View and Tree View in Access? I know in Access 2000, we can insert these two controls into forms but how can I link these controls with tables and queries? How can I add/delete items from these controls? Thanks Cowper
  20. Cowper

    ActiveX Control - how to use List View, Tree View

    Hi, Can anybody tell me how to use List View and Tree View controls in Access as we do in VB? For example, how can I link List View and Tree View control with tables or queries? How can I add/delete items to these controls? Thanks Cowper

Part and Inventory Search

Back
Top