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!

Recent content by teblack

  1. teblack

    Tracking Options

    I'm looking for some help with tracking the number of hits my site gets from users and not the web crawlers. I was wanting to know if anyone has found or has a product that can determine if the hit is a person or a web crawler. My web provider does not have anything to help me with this...
  2. teblack

    Data Import - Flat File to SQL 2005 table

    I have a SSIS package that reads in a file. There is a conditional split near the bottom of the package. For each record there is a determination about what code to store that record under. i.e. "C" - Current, "F" - Former, "N" - Never. Currently the cond split will load the record into one...
  3. teblack

    Export Table into XML File

    I'm in need of taking a SQL 2000 table and build from that an XML file for use in a stand alone PC app. Does anyone have any examples, or know if this can be done? I have seen some things about saving the package in the Meta Data folder, but that does not seem to work for me. Any help with...
  4. teblack

    HREF - PDF doc - Window size & location

    cLFlaVA, quick question, how is an <a href> better suited from the javascript forum? I thought this was an HTML tag? Anywho, here is one answer to the question, to make the document appear on top of all windows, use the "_top" command on the target label, see below... <a...
  5. teblack

    HREF - PDF doc - Window size &amp; location

    I have the following href statement in an asp page, that is used to display a PDF document. The users are requesting the document to open as the top window, and maximized. Can this be done, if so, can you please point me in the right direction. <a...
  6. teblack

    Textarea - Non-Scrolling

    M.Brooks, Added it into the style sheet, and does not effect the textarea box. Still allowing multiple lines... TBlack -
  7. teblack

    Textarea - Non-Scrolling

    I have a text area that I would like to only allow a certain number of lines and characters per line. ie. 2 lines of text input, each line can contain up to 80 characters. I seems to be able to get the 80 characters, but can not seem to only limit the box to 2 lines. Once I keeping typing...
  8. teblack

    Convert Text file Into XML File

    We are attempting to convert a Text file from a Mainframe system into an XML file with DTS. We are having problems getting anything to work, has anyone been successful with this process? Thanks in advance for the help with this problem. TBlack -
  9. teblack

    Convert Small Money to Character

    Thanks guys, it fixed my problem... Thanks again for the help. TBlack -
  10. teblack

    Convert Small Money to Character

    I have a smallmoney field that sometimes contains a dollar value and sometimes does not. When the value is null I would like to replace the NULL/Blanks on a report with the value of 'N/A'. I have tried a cast and convert command but with no luck. [code] SELECT CASE WHEN...
  11. teblack

    IIS and Visual Interdev on XP

    I'm attempting to set-up another computer with IIS and Visual Interdev for web development. Everytime I attempt to build a new project I get the following error message. [Cannot create a disk-based Web application in ‘C:\Inetpub\wwwroot\Project15\Project15_Local’. You cannot configure...
  12. teblack

    Onclick - Session Variable

    Kaht, thanks I will give it a try. Thanks again for the response. Thanks - TBlack -
  13. teblack

    Onclick - Session Variable

    I have a asp page that has a "DELETE" button on it. I currently have a confirm message box showing via the onclick using javascript. What I would like to do is have the onclick check a session variable, and then based on that variable use one of two confirm messages i.e.(see example below). I...
  14. teblack

    JPG Pics not Showing Correctly.

    I fix the problem by opening the picture in Paint and then re-saving it over the original. Then ftp'd the new version up to the server, and it is now displaying. Thanks for everyones help with this. TBlack -
  15. teblack

    JPG Pics not Showing Correctly.

    Dan, I can view the pic on my machine, and on the server where it resides. I think I will attempt to delete the pic from the server, rename it and reload it to see if that takes care of the problem. Thanks again for the help. TBlack -

Part and Inventory Search

Back
Top