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

  • Users: NiceButDim
  • Content: Threads
  • Order by date
  1. NiceButDim

    Newbie - Repainting images

    Hi, I am very new to Java. I have a problem with displaying an image; ------------------------------- package bts; import java.applet.*; import java.awt.*; public class Match extends Applet { Image box; public void init() { prepare(); } public void prepare() { box =...
  2. NiceButDim

    Pro*C/C++ : Compiler freezing

    Hi, We have C code with embedded SQL that we precompile with the ProC compiler. A couple of days ago it stopped working. We have been searching around for an explanation without success. Whats happening is that when you run the command with an input and output filename (as usual) it then...
  3. NiceButDim

    ORA-01000: Maximum open cursors exceeded

    Hi, I hope that this is the correct forum for this question. I am looking at an intermittant problem in a java program; 'Maximum open cursors exceeded'. The bit of code at fault accesses many tables inside a large loop. Each time it accesses a table it does the following at the start of the...
  4. NiceButDim

    Maximum number of files in a single partition

    Hi I am experiencing a problem due to having a very large number of files in a single partition which I hope someone might be able to help me with. I have been migrating an old badly written application from a Unix box to a Linux box. In total, the application has around 470,000 files in its...
  5. NiceButDim

    Burning DVD-R disk. 'No Disk In Drive'

    Hi, I am encountering a strange problem with burning dvd-r disks (using Nero). My PC, with I got last year has a dual-format writer. I’ve had on-going problems with dvd+r disks in that I have not been getting the speeds I expected; writing as 4x or even 2x instead of the 8x that I should be...
  6. NiceButDim

    Excel - Simple Macro Question

    I hope that I am in the correct forum for this; I want a simple macro that copies the cell that is to the left of my current cell, into my current cell. When I record the macro it looks like this; Range("C11").Select Selection.Copy Range("D11").Select ActiveSheet.Paste My...
  7. NiceButDim

    Make file - Confused

    Hi, I haven't used make files for quite a while, and I'm having a problem that I hope someone may be able to help me with; I have a simple make file; mcom_Sales.c: mcom_Sales.pc $(ORACLE_HOME)/bin/proc config=/tmp/jh/proc_config_include code=ansi char_map=string def_sqlcode=yes sqlcheck=full...
  8. NiceButDim

    Calling a function in another window

    Hi, I don't know much about javascript and I have what I hope is a simple question; I have a web page made up of 2 frames. I want javascript in the second window to call a javascript function in the first window. Assuming that it's possible, can anyone tell me how. Thanks. john.
  9. NiceButDim

    rmi

    I’ve been trying to get my rmi application running but when I start the remote service I’m getting the error java.io.streamcorruptedexception Type code out of range, is 125. I’m running on XP, with JVM 1.5_07 I then downloaded the SUN “hello world” getting started with RMI application and it...
  10. NiceButDim

    determining where a script is being run from

    I have a problem; I have a c program that must call a shell script. This script resides in more than once place. Within the script itself I need to be able to determine the directory where it is being run from. I know that I can use $0 to see the name of the script as used when it was called...
  11. NiceButDim

    Alias IP Address

    Hi, This could be a dumb question cause it's something that i know little about, and maybe i'm posting it in the wrong place as well!, but here goes. I am trying to run some old code (which we cant change for the moment) that accesses a box on a customer's network. We cannot access that box...
  12. NiceButDim

    Alias IP Address

    Hi, This could be a dumb question cause it's something that i know little about, and maybe i'm posting it in the wrong place as well!, but here goes. I am trying to run some old code (which we cant change for the moment) that accesses a box on a customer's network. We cannot access that box...
  13. NiceButDim

    SMART error message

    Hi, I am encountering a problem with the hard disk in a 6 month old PC. When I boot up I am getting the following error message; 3rd Master Hard Disk: S.M.A.R.T. Status BAD, Backup and Replace Press F1 to Resume. From what I’ve read this message is very bad and indicates that the disk is...
  14. NiceButDim

    const question

    I would be grateful if someone could answer what is a very basic, and hopefully simple, question; The prototype of the strstr function is char *strstr(const char *haystack, const char *needle); What is the point of the const keyword in this case? why is the prototype not simply; char...
  15. NiceButDim

    Reading HTML

    Hi, I want to do the following; periodically check the contents of an IE window (that refreshes every 10 minutes or so) and if the contents are different from the previous check then warn the user. I can use FindWindow to get a handle for the IE window, but can I read the HTML that its...
  16. NiceButDim

    FTP problems

    We have recently moved an app from Unix to Linux. From time to time we have to ftp files to and from the Linux machine. We (4 of us) are encountering an intermittent problem with ftp whereby the connection is closed as soon as you try to do a put, get or ls; The message is; 'Connection closed...
  17. NiceButDim

    LS_OPTION variable

    Don’t know if this is the correct forum, but here goes… Cut a long story short, I’ve noticed that the variable LS_OPTIONS is being set at some point during a session. I think it is related to doing an ‘su’. Currently when I first log in the variable isn’t set and all ‘ls’ commands return...
  18. NiceButDim

    Macros - Pasting into a hyperlink

    Hopefully I’m in the right forum for this question; I need a macro the will convert a line of text into a hyperlink. I thought it would be a simple matter of recording a macro. However when I run my macro it literally pastes the text of the line that I used when recording the macro. I put the...
  19. NiceButDim

    dvd-r drive

    Hi, I’ve got a strange problem with my dvd writer that I wondered if anyone had seen before. It’s a pioneer dvd-r that I got just over a year ago. At Christmas I bought 25 dvd-rw disks. All of them worked fine at first but then around 3 months ago I noticed something strange; I wrote to one of...
  20. NiceButDim

    Version 5 vs Version 7

    Hi, I have no experience of Actuate, but am about to start supporting a Siebel App that I understand uses Actuate version 5 to produce a number of reports. I am keen to find out what type and 'severity' of differences there are between the 2 versions. Also, I am looking to get some Actuate...

Part and Inventory Search

Back
Top