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 Shaun E 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: Nosh
  • Order by date
  1. Nosh

    New User - I just want to insert some text!

    Thanks Guys, I have just found out that the person that created this file used Quark to create the source data file. So there is nothing I can do about it as I don't have either Quark or the source data file... back to the drawing board! Cheers
  2. Nosh

    New User - I just want to insert some text!

    Hi, I have never user Acrobat before and my boss has just given me a PDF document written by someone else that he wants changing. I have tried the text touch up tool but that only lets me change one line - I need to add a whole new paragraph. I have tried using the touch up object tool and...
  3. Nosh

    AS/400 Newbie - whats going on...

    Ive got a IBM MVS background (COBOL/CICS/DB2) - I don't know why my boss thinks I can do this - but hey I'll give it a go... RPG sounds like a nightmare!
  4. Nosh

    Learning RPG

    Hi, I'm trying to learn RPG but I don't have access to an AS/400 (Don't ask!!). Is there anything I can download that will let me write, compile and test RPG programs on my PC? Cheers Nosh
  5. Nosh

    AS/400 Newbie - whats going on...

    Hi Guys, My boss has just asked me to do some JWALK work on an AS/400. I don't know JWALK and I've never seen an AS/400 in my life! "How hard can it be" he says! The comms should be set up in a few weeks but in the meantime I thought I'd find out a bit about these midrange beasts...
  6. Nosh

    full mail file - how to remove

    Folks, I am not a Unix administrator - just a lowly programmer. I have a user whose unix mail files appear to be really full. Can I just log in as root and delete the mail file in question? Will it be recreated when new mail is sent to it? Cheers
  7. Nosh

    Can you upgrade 3.11 to W2K??

    Thanks for your help!!
  8. Nosh

    Can you upgrade 3.11 to W2K??

    I susoect not but can anyone confirm whether you can upgrade windows 3.11 to Windows 2000? I suspect not and I will have to do a clean install...? Cheers Nosh.
  9. Nosh

    Record does not Save

    Thanks Cindy, I can't believe it was that simple!! Nosh.
  10. Nosh

    Record does not Save

    Hi Folks, I have an Access 97 form and when I enter new details in a record and then run a Macro to run a report based upon the information in the form, the new data is not taken into account. If I move to the next record and then move back to the original record and then print it picks up the...
  11. Nosh

    Access Novice - Recordset query

    Thats done the job!! Thanks very much for your help!
  12. Nosh

    Access Novice - Recordset query

    Hi Folks, I've been asked to look at an Access 97 system that a mate of my dads knocked together for his business. When the system creates a new record it uses the DoCmd.GoToRecord method. I need to set some values in the new record as soon as it has been created. The problem is that this...
  13. Nosh

    JavaDoc Packages Problem

    Thats done the trick - Thanks a lot!!
  14. Nosh

    JavaDoc Packages Problem

    Hi Folks, This is probably really dumb but I'm a bit stuck. I have a directory H:\eReturns\eASC_Returns\src\com\bt\eReturns\common all the java classes in that directory belong to the package com.bt.eReturns.common. When I run the following Javadoc command I get the error javadoc: No package...
  15. Nosh

    Formatting A Currency

    Thats Great Thanks - It is showing the numbers as $0.00 how do I get it to show it as £0.00? Thanx
  16. Nosh

    Formatting A Currency

    Hi Folks, I have the following bit of ASP that loops around a recordset and prints out the contents: sub query2table(inputquery, inputDSN) dim conntemp, rstemp set conntemp=server.createobject("adodb.connection") conntemp.open inputDSN set rstemp=Server.CreateObject(...
  17. Nosh

    Web Content Management Systems and Java

    Hi, My company wants to create what is essentially a web content management system. You know all the usual stuff - news, articles, searches, user profiles etc. Now we could just buy a web content management system but the problem is that we need the system to integrate with other external...
  18. Nosh

    Thread Timing Problem

    I think you could be right - I'll give it a go. Thanks for your help.
  19. Nosh

    Thread Timing Problem

    Hi, I have a thread that is timed to run every five minutes. The thread picks up a database record set based on a processed indicator and sends a message to another system for each row. What would happen if the activity the thread was doing lasted for more than five minutes and another thread...
  20. Nosh

    Calling VB Objects from Java using CORBA?

    Hi, I have used RMI to call distributed Java objects. I want to call methods on objects that are written in VB can I do this using the CORBA API? If yes how do I do it? Cheers Nosh.

Part and Inventory Search

Back
Top