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 SkipVought 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: fpgiv
  • Order by date
  1. fpgiv

    Using logadm to rotate a directory?

    Hi, Is it possible to use logadm to rotate all files inside a directory? I don't know the name of all of the files I want rotated, so I am not sure how to go about doing this. Thanks.
  2. fpgiv

    Jpeg Load and Modification

    Not that much. However, what I am doing is just viewing the file in my file system after I make a change and write it to a file. This seems to work. What I am working on now is trying to expand the area I have to work with once I read in the image. Once I read in the image, I want to add a...
  3. fpgiv

    Jpeg Load and Modification

    OK, I got it to read in no problem, but I just realized that I do need to see the image that I am reading--so I can check on the modifications I've made to see if they are what I wanted to do. So, how would I either view the image once I read it, or print it to a file so I can see it? Thanks,
  4. fpgiv

    Jpeg Load and Modification

    Hi, I'm trying to load a jpeg image from a file, add some text to the image, and then save it through Java--again as a jpeg. I don't need to see the image anytime during this process. I've been searching online all day, and I can't find anything. Can anyone point me in the right direction...
  5. fpgiv

    Formatting options

    Hi, Is it possible to format the text inside of an option tag? I want the first part of an entry to be bold, and the rest of the test to be normal. Is this doable? Thanks.
  6. fpgiv

    FoxPro to SQL Server

    Hi, I have been given a FoxPro database. I don't know anything about FoxPro, and I don't even know what version of it I was given. The database that I was given consists of 4 files: a .cdx file, a .dbf file, a .fpt file, and a .hdr file. How would I go about getting the data into sql...
  7. fpgiv

    Passing a Date to a stored procedure

    Hi, I'm new to using stored procedures, and I want to pass a date as a parameter. I'm using ASP, and my function call looks like: et_uiteststartend 147,1, 6/17/2004, 1/6/2005 When I execute this function, I get the error Incorrect syntax near '/'. Can anyone help? Thanks!
  8. fpgiv

    Trigger Help

    Hi Mjia, I just figured it out. I created a variable and stored the results of the query in there, which I then put in the update statement. Thanks for your help though.
  9. fpgiv

    Trigger Help

    Hi, I am trying to create a trigger that updates a table field with the sum of the results of another query. I want to populate the sqa field of projects with the sum +1 of all projects that have a test_fk that belong to a specific phase. Here is my trigger, but I keep getting incorrect...
  10. fpgiv

    Selecting Middle Entries

    Thanks guys. I didn't realize it was so simple.
  11. fpgiv

    Selecting Middle Entries

    Hi, I know that with sql, you can return the top 10, 20 or whatever number of values you need from a table. Is there a way to bring back the middle entries from a query. For example, instead of bringing back the first 20 entries of a query, I would like to bring back the 11th through 20th...
  12. fpgiv

    Making a Table from another DB show up in a diagram

    Hi, I'm creating a database diagram that references a table in another database. Is there a way to make this table show up in the diagam--even though the table I want and the diagram are in two different databases? Thanks!
  13. fpgiv

    Referencing a Function in another window

    Thanks, but I was mistaken. The function that calls the function we need to reference is in a .js file--not a popup window. Is it still able to be referenced?
  14. fpgiv

    Referencing a Function in another window

    Hi, I have a main window that calls a pop-up window. I want to be able to reference a javascript function in the main window from the popup. Is this doable? Thanks!
  15. fpgiv

    List of Sequences/Tables

    How would you use it? For example, would select All_Tables from database_name do it?
  16. fpgiv

    List of Sequences/Tables

    Hi, is there a query I can use that will get the table/sequence names out of a table? And, if I do that, is there another query that would get the fieldnames out of a table? Thanks! ~Phil
  17. fpgiv

    Making a button default

    Hi, I have an <input type='submit'> that I want to be the default selected button when the page loads. Does anyone know how to do that? Thanks! ~Phil
  18. fpgiv

    Changing Cursor Image

    Hi, How would I change the cursor when I hover over an image? I figure it has something to do with onmouseover and onmouseout, but I don't know the command to make the cursor become the hand or go back to being a pointer. Can anyone help? Thanks!
  19. fpgiv

    Confirm Box Question

    Hi, Is there any way to make a confirm box have different labels on its buttons other than OK or Cancel. I'm using IE on Windows and I would like the options to read "yes" or "no". Thanks.

Part and Inventory Search

Back
Top