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 TouchToneTommy 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. Cowper

    Debugging Watch Window

    Hi, thank you both LPlates and vb5prgrmr. :)! I've found out where I did wrong -- I didn't place a break point in the loop. What an idiot I am! As for LPlates' question about the major advantages/use of the Watch window, I can probably asnwer it by copying some words from the VB Certification...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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 ->...
  7. Cowper

    Export data to txt file

    Hi, I forgot to mention one thing when I first posted this note. I need code about how to use "acExportFixed", for example, how to define the argument and how to defind width in each field. Many thanks Cowper
  8. 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
  9. Cowper

    How to make form size unchanged?

    Hi, jbehrne Thanks for your advise. It works beautifully. Cowper
  10. 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...
  11. Cowper

    Writing to LP1 Error

    Hi, johnodq Thank you for your advice. It worked! ;-) Cowper
  12. Cowper

    LP1 Error

    Hi, WindowWizard The port name is LPT1. It's a typo. :-< Cowper
  13. 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 &quot;There is an error writing to LP1. Please check if the cable is conntected properly and the...
  14. 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 &quot;There is an error writing to LP1. Please check if the cable is conntected properly and the...
  15. Cowper

    Cannot open db - MSysAccessObjects error

    Hi, annsolomon and billpower Thank you to you both. I will do what billpower suggested first and take annsolomon's suggestion as a last resort. But, I have a question for billpower. Could you tell me more about how to use the Decompile function? If the address of my DB is G:\Access Files...
  16. 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...
  17. Cowper

    Complie error when opening Word and Excel

    Hi marcs41 Thank you very much. It worked! :-) I don't know how I got these files sitting in my startup folders. I have a question to ask: what are DOT and XLT files? I looked at the file type and they seem to be word and excel templates. What do they actually do? Does that mean that we can...
  18. 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 &quot;Complie Error in hidden module: AutoExec&quot;. Likewise, when I tried to open Excel, an error message: &quot;Compile Error in hidden...
  19. 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: &quot;While initialising device CONFIGMG: Windows protection error. You need to restart your computer.&quot; If I follow the instruction and...
  20. Cowper

    Test if workbook is open from MA Project

    Hi, sorry. I probably didn't make it clear in my previous message. I need to know how to write codes in MS Project to check if the destination (Excel) workbook is already open. Many thanks Cowper

Part and Inventory Search

Back
Top