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 strongm 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: pipk
  • Order by date
  1. pipk

    Question for guys who are in IT for 10+ years

    Can't say what the US market is like, but here in the UK (I am also a 10 year bloke) the trend is for offshoring so unless you start learning Punjabi/Thai or Mandarin, your technical skills will be usurped by younger and very much cheaper 'dime a dozen' overseas coders. The only thing I have...
  2. pipk

    problems with CreateObject

    Hi Ouch We finally got this one resolved. The error turnoed out to be a -2147417843 (an automation error). It turns out that out core system written in C++ wasn't allowing the CreateObjecvt to work in the same thread. The original developer (who had disappeared for a months holiday in...
  3. pipk

    problems with CreateObject

    No, this is the same script running on the same machine, just being called via different processes - one works and one doesn't. I was wondering if there was some sort of limitation of VBScript and if there are limitations imposed on the objects that can be created by some applications.
  4. pipk

    problems with CreateObject

    I am having a problem running script that basically uses CreateObject("Word.Application") to stream an RTF file from my temp directory, change the current default printer for that word application to one sent in as a parm. So it is treamed directly to printer device sitting on our network. The...
  5. pipk

    WRKACTJOB

    if you want to know what is using up your CPU, just WRKACTJOB and then move your cursor over to the CPU column and press F4, this will sort the column in descending order, with the process using the most CPU at the top. You can see more detailed CPU info by pressing F11. OK, its not great but...
  6. pipk

    practical book/notes on ooad &Uml

    Applying UML and Patterns by Craig Larman ISBN 0-13-748880-7 [hammer]
  7. pipk

    Executing a DOS batch file.

    Greetings all Is there a method or function within VBScript that allows me to execute a dos batch file? Cheers HTH pipk [hammer]
  8. pipk

    Executing a DOS batch file from C++

    Greetings all. Just a quick question. Is there a function or API that allows me to execute a .bat file from within a Visual C++ program? And will it take a path decsription as an argument? HTH Cheers pipk[hammer]
  9. pipk

    Inserting Active X Control into Java

    you would need to use a java bean variant
  10. pipk

    DDS Subfile Problem in COBOL

    Is this an AS400 based program right? If so check your job log, you may find it is simply the fact that you are missing the correct library for this file from your library list.
  11. pipk

    Where is hotmail going??

    M$ are sneaky and have introduced a series of check boxes to your hotmail profile that basically gives them carte balnch to distribute your mail to whomever they wish. You can find out what these are by doing the following: *** signing into your account. click "options" (it is to the...
  12. pipk

    Help with Excel/Visual Basic....

    microsoft bundles a spreadsheet activex control with windows - you can use it by loading it with a text file (can use csv formats) - don't know if that is any help but also there are some other office type controls that might be of help, one of which creates charts.
  13. pipk

    SQL Warnings

    try looking for a file called sql.log somewhere on your harddrive.
  14. pipk

    Using Comp-3 value in Java

    how are you downloading this file? is there any translation going on to take it from ebcdic to ascii ?? if so can't you just get the translation to transform the field into a usable format? I must admit my experience with creating flat files from mainframes is that usually there is a program...
  15. pipk

    grahics display problem

    I find java tends to perform poorly in terms of painting the screen when you don't have enough RAM. I would recommend at least 256meg if you can get it. However, before splashing out on more memory, paste your code here and everyone can take a look at it - it could be just a repaint issue.
  16. pipk

    How to load flat files in DB2 tables?

    I know DB2 on IBM mainframe has a load utility called DB2LOAD (or something like that) which takes flat csv files and puts them straight into tables. You just need to remember to format the individual values correctly for the insert e.g. strings in 'quotes' etc.
  17. pipk

    How to add an action litener to another class

    you can add an action listener as an anonymous inner class, or just as an inner class, or implement a listener or adapter class. An anonymous inner class is one that is coded in line: when you add the action listener to your button you add it as a new ActionListener there and define the methods...
  18. pipk

    IT Market

    its funny - Nike & Gap started off the trend (or at least continued the tradition) of putting production into cheap warehouses where children are paid 1p and hour for making training shoes - I know that if 99% of IT based companies could do the same they would. The next best thing is to package...
  19. pipk

    RPG Forum???

    try www.iseriesnetwork.com you can get free basic membership which gives you access to most of the forums.
  20. pipk

    RPG Forum???

    well lets face it, if you are programming in RPG then 99 times out of 100 you are using an AS400, so seems to be the natural place to ask AS400 questions. You should have seen this forum a year agao, full of idiots mistaking RPG for Role Playing Games - aah man, it took lots of insults and lots...

Part and Inventory Search

Back
Top