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

  1. harleychick

    Save XML Node text to file or post results back as HTML

    I am working on an HTML page that runs JavaScript to retrieve XML data. This data will need to be read by a .Net program for processing and automated alerts. I have code that gets the results from a XML request. I can display the results back on the webpage using the document.write command. If I...
  2. harleychick

    How to Stop Numeric Textbox Validation Rounding?

    I have a textbox that has a validation rule >=0 AND <=25. The format for the text box is Fixed, Zero decimal places. If I enter -0.4 it rounds the entry to zero instead of displaying the Validation Text that the number is less than zero and is invalid. How do you make the textbox only accept...
  3. harleychick

    Trap ODBC errors when using Recordset DTC's

    I have an ASP page that uses several Recordset DTCs connecting to a SQL server. When the SQL server is not avaliable, the page spits out the standard ODBC error messages. How can I trap/catch the ODBC errors when they occur?? (Like when SQL Server is paused and ASP page can't connect)I have...
  4. harleychick

    ASP won't recognize dynamically built SQL crosstab columns

    Background info: I have a main SQL stored procedure that calls the crosstab stored procedure found on the website below: http://www.sqlteam.com/item.asp?ItemID=2955 I return the SQL statement (@sql) from the crosstab stored procedure into the main stored procedure and then run an EXEC (@sql)...
  5. harleychick

    No right-click for frame content

    I have a webpage MessageBoard.htm. It contains two frames, a header frame and a main frame. I have a no right-click script in the header section of this page that prevents the user from right-clicking on the header frame. The main frame content MessageDoc.htm is overwritten daily; so, if I add...
  6. harleychick

    ODBC Error 80004005 When using UNC Connection to Access 2002 database

    The facts: Using Visual Interdev 6.0 on Windows XP Using IIS 5.0 on Windows NT Server for web server (Call it SERVER_X) Developed a Microsoft Access 2002 database in a shared folder on a separate server (Call it SERVER_Y). I am trying to connect to the database using DataEnvironment connection...

Part and Inventory Search

Back
Top