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: pipk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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]
  3. 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]
  4. pipk

    Dynamically created menuitems

    I have an application whereby a menu containing the names of people on a database, can be opened to reveal all the available names on the database. I would like this sub menu of names to be reflective of changes made on the database e.g. not showing names that have been subsequently...
  5. pipk

    Plotting a line between 2 or more points

    Hi everyone. Does anyone know of an ActiveX control that allows the user to click on two points (say on a graph) and get a line drawn between the two points? Any help is much appreciated. cheers Phil
  6. pipk

    PC based Cobol compilers

    Greetings all. It is a while since I have posted in this forum as I have been out in the wilderness studying and travelling. can any of you people recommend a decent and (this is imp.) cheap/free PC based cobol compiler. I have a background in IBM Mainframe and As400 based cobol compilers but...
  7. pipk

    Javadocs

    There has been a lot of discussion regarding javadocs recently. In case you were wondering where they were here is a link. http://java.sun.com/products/jdk/1.2/docs/api/index.html
  8. pipk

    Java - The platform of choice.

    Thought some of you may be interested in this...::-) ************************************************************ *** THE PLATFORM OF CHOICE *** by Scott McNealy It's becoming more obvious to me every day that Java technology is the platform of choice -- in more ways than one. In the...
  9. pipk

    Function Sequence Error

    Hi am getting this error on and off whilst connecting to an Access database via Java JDBC.ODBC bridge. Any clues on what causes it? Cheers ::-) Phil
  10. pipk

    Dynamically displayed JList

    I have a Swing GUI containing and JList within a JScrollPane. It looks great, but I wanted to add some functionality that would mean adding and deleting stuff from the JList (it is the front view of a database). How can I dynamically add and remove items from a JList and have these changes...
  11. pipk

    ResultSet.getString(int i)

    I have a small problem in that I have an Access (ok, ok, crap I know) database, with tables in it within which afew fields are single character text strings i.e. simple flags I am reading the table in question no problem, getting a populated ResultSet, and I am able to retrieve all column data...
  12. pipk

    editing path

    Does win98 have a nice easy gui interface for editing path entries (like the environment tab within System on WinNT). Or can it only be done by editing autoexec.bat? Sorry if this is basic stuff, I am a basic user!!
  13. pipk

    W XP not supporting Java..any opinions on this...

    Windows XP will not support Java. Microsoft's Java support diminished for "business reasons": In a manoeuvre likely to inspire some choice words from Sun Microsystems CEO Scott McNealy, Microsoft announced that its Windows XP operating system, scheduled for release this fall, will not...
  14. pipk

    Drawing over an image

    Quick question on Swing. Is it possible to import an image file, and then create an application which allows you to draw over the image. Reason is this: I need to create an image consisting of grid lines on an X, Y basis. X being Time and Y being Depth. I want to be able to plot a line from...
  15. pipk

    JBuilder 4 - possible wrong set up causing problems

    Hi, I am getting this message when trying to run an application. I am pretty sure it is soimething to do with the way my project has been set up, but can't quite figure where to start looking. Any help is appreciated. java.io.IOException: CreateProcess: C:\jdk1.2.2\bin\bin\javaw -classpath...
  16. pipk

    Time to retire?

    Ask yourself the next question. What does JSP stand for? Answers. 1. Java Server Pages 2. Jackson Structered Programming. If any of you said number 2, it is time to retire!!!!!
  17. pipk

    A question about OO and static classes/methods

    I have a question about static. I have an application which consists of many JRadioButtons which allow the user to choose between the representation of various values on screen (it is a scuba dive logging system) - and so we have feet to metres and vice versa, psi to bar and vv, celcius to...
  18. pipk

    Triggers

    Can triggers be implemented on Access, if so, can they be made to invoke Java applications?
  19. pipk

    JRadioButtons with Icons

    Does anyone know why, when I create JRadioButtons with just an Icon file, the actual radio buttons no longer appear on screen?? Are my icons perhaps too big (32 x 32)? Here is the code that creates them, the variables are all declared globally earlier on. private void addFaces() {...
  20. pipk

    Why???

    why oh why oh why has almost every thread on this forum been left unanswered? Do the people that read this forum have the technical ability to sort problems? I hope so ::-)

Part and Inventory Search

Back
Top