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: TimJr
  • 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???

    Individual report cards!
  5. TimJr

    Rename Excel Sheet tab???

    Not working. This is what I'm doing. I have a workbook with multiple worksheets. In worksheet "Names" I enter names of students. Let's say I entered "Bill Cross" in Names!A3. In worksheet "Sheet23" I have the formula =Names!A3 in Sheet23!A1. In Sheet23 I added the code: Private Sub...
  6. TimJr

    Rename Excel Sheet tab???

    I understand where you are going. I've worked with Excel for years, but never added VB code to an Excel spreadsheet. Where would I find the Worksheet change event?
  7. TimJr

    Rename Excel Sheet tab???

    Is it possible to rename an Excel sheet tab using a cell value?
  8. 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?
  9. 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...
  10. 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
  11. 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.
  12. TimJr

    Table problems

    Never mind! Rookie mistake. I included the path name in the table name in the OPEN statement. The path is determined by the connection string. Sorry for wasting your time!
  13. 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...
  14. TimJr

    Incrementing a value from a table

    That did it. I used CINT and had no errors. Sometimes the simplest things give you the biggest headaches. THANKS!!!!!!!!!!!!!
  15. 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?
  16. TimJr

    Interfacing Windows CE with w2k

    That is probably the way we are going to go if we can't connect from the PocketPC to the SQL Anywhere directly. I was told that Adaptive Server Anywhere has a CE ODBC driver, but does SQL Anywhere?
  17. 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...
  18. TimJr

    Using Winsock without a Form

    If it works for 1 it should work for all -- RIGHT? YEH RIGHT! I'll give it a shot. Thanks!
  19. 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...
  20. TimJr

    Continue Looping while function within loop is still processing

    I see what you're saying about threading. I've heard all different points saying VB can't support threading, VB can support threading, CreateThread works in VB 5.0 but not VB 6.0. I guess I won't know until I test it myself. I did find a link to a page on &quot;Planet Source&quot; which allows...

Part and Inventory Search

Back
Top