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

    ThinkPad i1465

    Hello Everyone: I've tried a bunch of distros on my ThinkPad i1465, but all of my installation attempts have failed. Debian came back with a weird error message and Fedora and Ubuntu both hang. Could it be that my hard drive has a partition on it (left over from XP), that I couldn't get rid...
  2. codehead

    Making a Submit Button dynamically disappear

    Hello All: I want to make a Submit Button disappear when a check box is checked on a form. Does anyone know how to do this or can anyone point me to a similar example that I could adapt to my usage? Thanks!
  3. codehead

    Making a Submit Button appear dynamically

    Hello All: I want to make a Submit Button appear when a check box is checked on a form. Does anyone know how to do this or can anyone point me to a similar example that I could adapt to my usage? Thanks!
  4. codehead

    Syntax error in an UPDATE statement

    Hello All: I can't seem to get the syntax correct on an UPDATE statement. The "pkey" value is an integer and the statement runs o.k. with an integer value, but not with my "request" statement nested in it. updateStmt = conn.ExecuteSQL("UPDATE REQ_REQUIREMENTS SET ASSIGNED_POC =...
  5. codehead

    conn.CreateDynaSet

    Hello All: Can I use a conn.CreateDynaSet to do an INSERT into an Oracle database, or should I be using a different type of connection? Thanks!
  6. codehead

    Pop-up window, before re-direction

    Hello All: I am trying to create a JavaScript "pop-up" window, that tells users that they are leaving our Web site, before opening a new window with the new site in it. They should have to click on an "O.K." button before they get transferred. I found some similar code here before, but since...
  7. codehead

    Transparent background on .GIF

    Hello All: I'm trying to get an image out of a PowerPoint slide (we can't find the original). I've been trying to copy it (using the Windows clipboard) and paste it into a new Photoshop 7.0 picture (and then save it as a .GIF), but after I copy it, I can't make the background transparent, so...
  8. codehead

    .NET and 9iAS?

    Hello All: Is it possible (realistically) to use .NET with 9iAS? From everything that I am reading, it looks like everyone is using J2EE with it. Thanks.
  9. codehead

    Web-enabled collabrative Outlook calendar?

    Hello All: Is it possible to create a Web-enabled collabrative Outlook calendar? What I mean is to have an Outlook calendar that authorized users can view/update so that everyone can see what everyone else's scedule is. I'm in a Microsoft shop and they want the look and feel of Outlook. If...
  10. codehead

    UNIX Telnet account

    Hello All: Does anyone know of a UNIX server that is open to public access? I am learning UNIX and I need an environment to practice commands in. TIA and Happy Holidays!
  11. codehead

    Table comparison between two databases with separate logins

    Hello, I am trying to compare the same table on both our development and production databases to find the differences. I can connect to both databases with Access 97 and I have linked to the tables in it (they are too large to import), but I can't seem to figure out how to compare each field...
  12. codehead

    Table comparison between two Oracle databases using VBA

    Hello, I am trying to compare the same table on both our development and production databases to find the differences. I can connect to both databases with Access 97 and I have linked to the tables in it (they are too large to import), but I can't seem to figure out how to compare each field...
  13. codehead

    Table comparison between two Oracle databases

    Hello, I am trying to compare the same table on both our development and production databases to find the differences. I can connect to both databases with Access 97 and I have linked to the tables in it (they are too large to import), but I can't seem to figure out how to compare each field...
  14. codehead

    Table comparison between two databases

    Hello, I am trying to compare the same table on both our development and production databases to find the differences. I can connect to both databases with Access 97 and I have linked to the tables in it (they are too large to import), but I can't seem to figure out how to compare each field...
  15. codehead

    Maximum field and variable length in PL/SQL

    Hello All: What is the maximum field and variable length in PL/SQL? I have the following code that I suspect may be giving me a problem: vSqlStatement varchar2(8000) ; vSelect varchar2(1000) ; vFrom1 varchar2(2000) ; vFrom2 varchar2(2000) ; vFrom3 varchar2(2000) ; vWhere varchar2(500) ...
  16. codehead

    ORA-01830: date format picture ends before converting entire input str

    Hello All: I am getting the following error message: ORA-01830: date format picture ends before converting entire input string Error detected at position #:1706 when I run SQL like this simplified pseudo-code: SELECT FIELD_AA, FIELD_BB FROM (SELECT FIELD_A AS FIELD_AA, FIELD_B AS FIELD_BB...
  17. codehead

    Using the LIKE command in an Oracle function

    Does anyone know what the Oracle function syntax would be for the following pseudo code: LIKE %(UPPER(VariableName))% where VariableName is an input variable? I am trying to do both an UPPER and a LIKE command at once. I think it should look something like this: LIKE ''% ' ||...
  18. codehead

    Subtracting one time from another in Excel

    Hello, Does anyone know how to subtract one time field (13:10:23 for example) from another? Is there a built in function in Excel or do I have to split the hour, minute and second into separate fields and then do the math? Thanks! Codehead
  19. codehead

    Dynamic building of frames

    Hello, I am trying to dynamically build a multi-line address that will show through a plastic window in an envelope. I don't know if this is the correct way to go about this, but I set up a sequential section and put each line of the address into a separate frame in the sequential section...
  20. codehead

    DOS limitations?

    Hello, I have noticed that when I try to change my CLASSPATH from a DOS prompt on Windows 98, there is a limit to the number of characters that I can type in. Therefore, I have resorted to changing the CLASSPATH in my Autoexec.bat file and rebooting my machine. This has worked successfully up...

Part and Inventory Search

Back
Top