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

    Method 'Range' of object '_Global' failed

    I've saw several posts referencing this error but so far I've been able to fix this. First time through the code runs and creates the spreadsheet, 2nd time through it errors on "Range("B2:F2").Select". The program needs to run continuously so I can ask the user to exit it each time to sort...
  2. aberry

    No such repository

    Hi, I have a Debian server running Sarge running MySQL and CVS mainly. All was working correctly until an upgrade this morning. Now when I try and log into CVS I get an error saying "no such repository" - this is when I try and login locally or remotely. I've checked again the permissions on...
  3. aberry

    mysqlhotcopy

    Hi, I'm trying to back up my databases using the following command:- mysqlhotcopy -q --password invoicing /tmp/test/ However, I get the following error message:- install_driver(mysql) failed: Can't load '/usr/lib/perl5/auto/DBD/mysql/mysql.so' for module DBD::mysql...
  4. aberry

    Outpitting a semi-colon

    Bit of a newbie question. I want to print a ; to screen but obviously the ; is translated as it should be. How do I get round this? Thanks, Andrew
  5. aberry

    Converting PDF to Postscript using VB6

    Hi, I know you can manually convert PDF files to Postscript using Acrobat 5. However I would like to do this using VB6, does anyone have any suggestions on how to go about this? Thanks, Andrew
  6. aberry

    Extracting Pages of a PDF using VB

    Hi, I am trying to programatically extract pages from a large PDF and break it down into smaller PDF's. I am experiencing some problems however. The jso.extractpages option seems to be erroring. Can anyone point me to where I am going wrong. Code follows. Thanks, Andrew Dim jso As...
  7. aberry

    Extracting Pages using VB

    Hi, I am trying to programatically extract pages from a large PDF and break it down into smaller PDF's. I am experiencing some problems however. The jso.extractpages option seems to be erroring. Can anyone point me to where I am going wrong? Code follows. Thanks, Andrew Dim jso As...
  8. aberry

    Form Resizes at Run Time

    Hi, I have a problem that as soon as I start a project the form resizes to smaller. Any ideas what may be causing it? It's not in the code as I have set a break on the first line that says debug.print frmSetup.height and at this point the height is different to what it is set to in design...
  9. aberry

    Colouring text in a Statusbar

    Hi, Is it possible to change the text in 1 panel in a staturbar or even individual words? Thanks
  10. aberry

    CSV Files

    Hi, I am using VB to export records from a MySQL database to a CSV file so that the file can then be used in Excel in other parts of the business. However, when I open the resultant file in Excel it translates the 02/1 text field to a date which I dont want it to do. I've tried with and...
  11. aberry

    Error Updating Records - MySQL

    Hi, I have 1 table in a MySQL database which I am trying to update all the records in programatically. If I update the records manually there are no problems. The code updates 39 records and then bombs with the following error message:- Key column information is insufficient or incorrect.Too...
  12. aberry

    MSFlexgrid and Scrolling

    I am loading records manually into a flexgrid and depending on what data the user enters I am selecting the row. This all works good and well. The problems occurs with selecting the record programatically, because there are so many records being entered there is a scroll bar and the...
  13. aberry

    Problems moving mail to a PST

    When trying to either archive mail or simply move mail from an Exchange mailbox to a PST file. The exact error message is:- "Can't move the items. Some items could not be moved. They were either already moved or deleted, or access was denied" After OKing the error the mail is...
  14. aberry

    IIS5 on 2K Server - Permission Denied

    Hi, I have IIS 5 set up on a Windows 2000 server (but am very new to IIS). The website works for all users but I also have a sub-section set up for a message board. This folder is getting its permission from the parent. I have also have the allow anonymous access box ticked. The /wwwboard...

Part and Inventory Search

Back
Top