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

  1. StuartJones

    Replaced bad disk - cannot mirror onto replacement

    We have a simple setup on one server where we had a software mirror. When we recieved a message that the mirror disk had failed, we replaced the hard drive and restarted. The original disk is now set as Disk 1 in the Disk Manager, and the new mirror disk is set as Disk 0. This is despite the...
  2. StuartJones

    Excel VBA and Charts

    I getting a "subscript out of range" error when i try and specify my chart as: ActiveWorkbook.Charts(1).Activate I only have one chart in the workbook, and cannot find any other way of referencing it. TIA, Stuart
  3. StuartJones

    Excel - Select all columns error

    Hi, I'm having a bit more trouble now. This code was working about an hour ago, and now it isn't. I didn't change anything (simply closed the workbook and then re-opened it). I keep getting errors on the Worksheets(2).Columns("A:A").Select command TIA - Stuart Private Sub...
  4. StuartJones

    Variable length recordset for GET statement in Excel

    Hi - I'm getting a "bad recordlength" error message when I use the GET statement to read from a csv file. Problem is, I don't know what the length of the line is until I read it. Any help would be appreciated. Stuart
  5. StuartJones

    ODBC Target File Locked

    I realise that this is a bit of a newbie question, but I haven't much experience with ODBC. I have an ODBC connection from a third party software package to an Excel file. When the connection is active, I cannot open the Excel table. Is there a reason for this?
  6. StuartJones

    Security Problem from 95/97 to XP

    I am experiencing an interesting problem. I have two Access database files that were created using the 95/97 file format (not too sure, but probably 95). When I try and open these in Access 2002 I recieve a message saying that the current user does not have access rights to the database, and...
  7. StuartJones

    W2K PATH setting

    Where is the PATH setting for Windows 2000 Professional? I have tried several .ini files and search the whole registry, but cannot find anyplace where the PATH parameter is set.
  8. StuartJones

    Convert printer input into a text file?

    I have a remote device (called a datacenter) which prints to a serial line printer. I also have a remote PC which can print to the same device. Is there a way to replace the printer with another PC so that the text intended for the printer is now written into a file on that PC? Text sent to a...
  9. StuartJones

    print to a file on another PC

    I have two PC's and a third device (data-centre) connected RS232 links. One of the PC's and the data-centre have been configured to output alarm monitoring information to a generic/text line printer, using ASCII. Is it possible to have the second PC read any information from the alarm...
  10. StuartJones

    ftp hacked through firewall

    My company is using a NetScreen 25 firewall. An unauthorised person has managed to get through the firewall and upload some files on our ftp server. Because of this we have closed the ftp port and server down for the time being. Whenever the ftp server was running with the illegal files, the...
  11. StuartJones

    Batch file to copy text-file and include date in name

    I need to write a batch file which will copy a text-file on a daily basis. It will then rename the copy to include the date on which this action was carried out. Could someone tell me the commands for this, please? Thanks in advance, Stuart
  12. StuartJones

    Web Services Paths Not Found

    Running Windows 2000 with IIS as a web-server. I noticed the problem when trying to open IIS administration - recieving an error message stating that it cannot connect to itself. I checked the event logs, and found that the following errors were occuring on Windows start-up: Service Metabase...
  13. StuartJones

    php without a server

    I have developed a technical manual with a search engine using php and mysql, which is accessed via a company intranet. The problem is that there are many engineers who require the manuals (and search engine), but have no access to the intranet as they are mostly out of the office. I am happy...

Part and Inventory Search

Back
Top