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

    Building Java, C++, and JNI with ANT

    Does anyone have an example script that shows how to build Java, JNI, & C++? We are currently building a library that will deploy .jar files, so files, and .h files generated using javah. This library will be accessed by Java clients and C++ clients. Thanks!
  2. TimJr

    array of strings with values

    How to define the array of strings with predefined values for them within a CORBA interface? For example, I need to define an array of strings with values "A", "B", "C", etc. Thanks.
  3. TimJr

    Calling a method from an extended classes super

    Is there an easy way of calling an extended class' super's method. For example: Class1 extends Class2. Class3 intantiates object Class1. How can I call one of Class2's methods in Class3?
  4. TimJr

    Rename Excel Sheet tab???

    Is it possible to rename an Excel sheet tab using a cell value?
  5. TimJr

    Data Control Error

    I am trying to use an ADO Data Control 6.0 and get the following error: "ODBC [Driver Manager] Driver's SQL SetConnectAttr failed. Any ideas why?
  6. TimJr

    Running JacORB's IDL compiler from ANT

    I'm having problems running the JacORB IDL compiler from an ANT build.xml file. I can run the compiler from the command prompt with no problem. I've tried using the <exec> tag to run the IDL compiler with no success. I continually get a &quot;java.io.ioexception: createprocess error&quot...
  7. TimJr

    JTest Reporting Problem

    I don't know if this is the Forum to post this message or not, but I was not able to find a JTest Forum. It seems the latest version of Jtest 5.0 doesn't allow you to save testing results to a file or print them out. Has anyone ran into this problem? If so do you have a resolution for it? Thanks
  8. TimJr

    Database submenu disabled

    I'm trying to run the database wizard but the DATABASE submenu under INSERT is disabled. What is causing this? I would like to attach a Fox Pro free table to my web page, not an Access database.
  9. TimJr

    Table problems

    I'm having trouble opening tables that I create from a copy of a blank table. The blank table is a table that contains no data. I copy the blank table to a new table (ie. 06242003.dbf). This works fine. I then try to open the table and get the following error: &quot;ODBC driver does not support...
  10. TimJr

    Incrementing a value from a table

    I'm new to ASP and am probably missing something simple. I retrieve a value from a table where &quot;company&quot; is a numeric field: x = rsComp(&quot;company&quot;) I want to increment x by one: x = x + 1 but I get a Type mismatch error. WHY?
  11. TimJr

    Interfacing Windows CE with w2k

    I want to have a windows ce device (Symbol PDT 8100) access an application on a w2k server that interfaces to an SQLAnywhere table. First, is this possible? Second, if it is possible, do I write the application using VB 6.0 or eMbedded VB for CE? Can a windows CE application reside on a w2k...
  12. TimJr

    Using Winsock without a Form

    I'm trying to have a DLL create a client winsock without using a Form. The reason for this is that I would like to have the DLL &quot;Run Unattended&quot;. This is a option box which if selected, I've found, enhances perform of the DLL. Is it possible to use the Winsock Active X control...
  13. TimJr

    Continue Looping while function within loop is still processing

    This seems to be a bit tricky. Is there a way to call a function within a loop, but continue in the loop while the function is still processing? Would DOEVENTS handle this?

Part and Inventory Search

Back
Top