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

    Date calculation - future date in x days

    Hello! Does anyone know of any ways of calculating the date in (for example) 180 days time, other than coding it "long-hand"? Any suggestions would be appreciated! Cheers, Dave.
  2. ringd

    Mechanism to syncronise processes

    Hello! I'm trying to find a method where I can syncronise 2 unrelated processes. This is so that the 2 processes are able to use the same "resource" - one process will wait whilst the other has hold of it. Any suggestions would be appreciated! Cheers, Dave.
  3. ringd

    Processing and reading properties files using shell script

    Hello! Has anyone come across / written any good code samples which they would like to share(!) for shell script reading a properties file or hash table? The shell array processing has limitations which appear to make this task look a little tricky. In the meantime, I'll try a solution which...
  4. ringd

    Problem displaying data containing quotes.

    Hello! I have (for example) the following line... <input type="text" name="example" value="some text with a double"quote in the middle"> It doesn't display correctly. How can get the browser to correctly display the above? Can it be escaped, or something? Any help would be appreciated...
  5. ringd

    mod_ssl.so can't be found - even though it DOES exist!

    Hello! I had a problem recently with Apache. When starting up, it issued an error message along the lines of...Syntax error on line nnn of httpd.conf: Cannot load apache/modules/mod_ssl.so: (127) The specified procedure could not be found: The module was definitely in the path Apache was...
  6. ringd

    404s since changing my VirtualHosts (and IP host file).

    Hello! I am using Apache 1.3 on Win NT and IE 5 browser. I have a local website which I was accessing via 'localhost'. I modified the httpd.conf to include a new servername called 'davehost' which pointed to the same physical files (docroot) as 'localhost'. All worked fine (even with SSL!). I...
  7. ringd

    How can I obtain O/S variable information?

    Hello! How can I access local system / dos / user / environment variables using JavaScript, running in a Windows NT environment? Cheers, Dave. mailto:dave.ring@barclays.co.uk
  8. ringd

    How to jump to home page?

    Hello! How can I direct the browser to the user's home page (e.g when 'myhome' button is clicked on the page)? Cheers, Dave. mailto:dave.ring@barclays.co.uk
  9. ringd

    Dropdown list defaults to 1st option...

    Hello! Started JS coding 3 hours ago! Doing ok except for a small niggly problem... The html page is built as a frameset - header along the top, menu on the left, mainarea on the right. I have the following JS code within the head tags of the menu page... <code> <script language=javascript>...
  10. ringd

    How 2 change JAVA system icon

    Hello! Can the JAVA system icon (the little coffee cup in the top left corner of JAVA GUI's) be changed? If so, how do I do it? (couldn't see anything on Sun's website). Cheers, Dave. mailto:dave.ring@barclays.co.uk
  11. ringd

    Can't find acs.jdbc.Driver (MS Access driver)

    Hello! I have some code which is (attempting) to communicate with a local MS Access database. The following line of code throws exception java.lang.ClassNotFoundException: acs.jdbc.Driver ... code line>>> Class.forName(&quot;acs.jdbc.Driver&quot;); The only thing being imported is java.sql.*...
  12. ringd

    Accessing MS -Access database using JAVA

    Hello! I am thinking of writing a small JAVA application (a simple library booking system). I intend to hold the book data in a local Access database. Can anyone give me any pointers to anywhere I can get information on doing this? (tutorials on websites covering such topics etc). I'm not...
  13. ringd

    Applet reading gif file - security problem.

    Hello! I'm trying to write a simple applet which has a button with an image (.gif) on it. The image file is in a sub-directory of the class. When the image tries to load, I get the following... &quot;com.ms.securitySecurityExceptionEx[classname.<init>]; cannot access file image.gif&quot...
  14. ringd

    Applets reading image - security problem

    Hello! I'm trying to write an applet that displays a .gif image on a button. The image file is in a subfolder of the class file location. When the applet tries to load the image, I get a com.ms.securitySecurityExceptionEx[theclassname.<init>]: cannot access file image.gif All the classes...
  15. ringd

    what radio button is on when OK is pressed?

    Hello! I'm creating a simple GUI which contains various elements such as JButtons (for OK and CANCEL) and JRadioButtons (for various options). The radio buttons are linked together via a ButtonGroup. What I want to do is within the OK button listener, identify what radio button is pressed. In...
  16. ringd

    TIME calculations...

    Hello! Does anybody know any clever ways of (for example) working out the difference, in seconds, of 2 time values (in normal format HH:MM:SS)? Or have I got to manually write all the math code to do this? Cheers, Dave.
  17. ringd

    Advice for reading BIG files please.

    Hello! I'm a JAVA newbee and am working on an exercise to read in a file, check the record text for a certain character string then write the record to an output file when the record has a certain character string. Problem is, the input file is massive. The only class I have seen used in...
  18. ringd

    Getting information about VSAM clusters.

    Hello! Does anybody know how to obtain information on VSAM components, such as last referenced date etc. The 'LISTDSI' function does not support VSAM. The ISPF 'DSINFO' service does not support KSDS at all, but does support ESDS as long as you provide the DATA component as the dataset name...
  19. ringd

    REXX and Packed Decimal.

    How can I read packed decimal record fields using REXX/MVS?<br>(we don't have the P2D function).

Part and Inventory Search

Back
Top