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: *

  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 -
  16. teblack

    JPG Pics not Showing Correctly.

    Dan, I checked that, and the path is correct. It matches the others that are on that same page. Could this have anything to do with size of the picture? I reaching I'm sure, but not sure where to go from here. Thanks again for the help.... TBlack -
  17. teblack

    JPG Pics not Showing Correctly.

    I have a company website that has some thumbnail pics that reference a jpg file. I have one that will not display the jpg file. The new page displays with a red X. I have attempted to reload the image to the server but nothing seems to fix the problem. The 8513_CR is the pic that does not...
  18. teblack

    ASP Page - SQL Query with WildCard

    Chopstik, your example worked perfectly. Also, thanks to the rest for the help. Thanks again, TBlack -
  19. teblack

    ASP Page - SQL Query with WildCard

    I have an ASP page that I'm attempting to retrieve data from a SQL 2000 DB and display that data on a page. I have built the ado commands, but I'm having problems getting the SQL statement to work when using the wildcard '%'. The code is listed below. adoCmd.CommandText = "select * from...
  20. teblack

    Web Interface with DTS getting a text file saved

    I'm looking for some help with a DTS connection to the internet. I have a website that we need to retrieve a text data file from. I have the path, and when you click on that path a new browser window opens and the file is displayed in a text format. Then you must click File, Save As to get...

Part and Inventory Search

Back
Top