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 wOOdy-Soft 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
  • Content: Threads
  • 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

    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...
  3. 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.
  4. 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...
  5. 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!
  6. 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...
  7. 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...
  8. 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!
  9. 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!
  10. 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
  11. 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
  12. 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!
  13. 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.
  14. fpgiv

    Textarea Font Manipulation

    Hi, Is there any way to format text inside of a text area? I want to make the font arial and shrink the size down? Thanks.
  15. fpgiv

    Triggers

    Hi, I have a table called Weathermen that has a column called reviewed, and I want this field to be updated by a trigger. Whenever something is added to the Table, I want reviewed to automatically be set to No. Also, when an existing record is changed, I want reviewed to be set to No. I'm...
  16. fpgiv

    Outputting to word and page breaking

    Hi, I can generate ASP pages in word no problem, but the pages never break when I want them to. Is there a way to insert a page break automatically? Thanks.
  17. fpgiv

    Dropping and Creating a Table Every Hour

    Hi, Is there a way to have SQL Server drop and Recreate a table based off a query every hour automatically? Thanks
  18. fpgiv

    Onclicks for links?

    Hi, I have several hyperlinks on my pages, and if a user clicks on them, I want them to be sure they are doing what they want to do. I wrote the following, but withough the href property in the <a> tag, the text doesn't appear as a link, and the mouse doesn't change either. Can anyone lend...
  19. fpgiv

    Finding a tab

    Hi, Does anyone know how to search through a string to find out if it contains a tab in it or not? Thanks.
  20. fpgiv

    Hover over options?

    Hi, I have some select boxes, and I want text to appear when the mouse hovers over the various options inside them. I use <acronym title='this hovers over'>text goes here</acronym> to make text appear when a user hovers over text, but it doesn't seem to be working in this case? Does anyone...

Part and Inventory Search

Back
Top