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

  • Users: NeoTurtle
  • Content: Threads
  • Order by date
  1. NeoTurtle

    Tabular Format With Sums

    Hello everyone, I am writing an ASP script to display data from our sales reps in a tabular format with sums for each item (Style) per sales rep. I've searched all over here and google'd everything... UNIONS, JOINS, PIVOTS with no luck. This is the table: Style Color SalesRep Units [CustNumb...
  2. NeoTurtle

    Parsing XML with ASP?

    I've tried looking up info and can't really seem to get a grasp on how XML works... can someone show me how to parse this into a table? ----------------------------- <character name=&quot;Alexianna Summerbreeze&quot; id=&quot;322413&quot; laston=&quot;2_Weeks&quot;> <race>Saracen</race>...
  3. NeoTurtle

    Fixing Forum Structure Help

    Hello everyone. I'm using SQL 7.0 on NT4. I made a forum that uses SELECT COUNT(*) to count the number of replies and display them. Unfortunately, I think that's slowing down the system. I made a column called &quot;Replies&quot; and now can't seem to get a script to update the Replies...
  4. NeoTurtle

    Hi everyone, I keep getting this

    Hi everyone, I keep getting this error and can't figure out what it is. I'm running WinNT SP6a with IIS 4.0. Anyone know how to solve this? Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed Thanks in...
  5. NeoTurtle

    installed SSL and site is slow now

    Hello everyone. We're running WinNT 4.0 SP6a and IIS 4.0 with SSL. Before SSL, our site was running geat. Now that we installed SSL, it's realy, really, really slow. I just realized that I can access any part of the site with https and not just the pages I specified. I checked the entire...
  6. NeoTurtle

    Paging through RecordSets (URGENT)

    Hi everyone! Please help!! The paging through records is fine, but it keeps counting through all the pages!! I want to show only 10 pages at a time. I thought i just had to change the iPageCount to 10, but that didn't work =( If iPageCurrent > 1 Then Response.Write &quot; <TD><A...
  7. NeoTurtle

    Hi, I'm having trouble with this.

    Hi, I'm having trouble with this. I'm trying to replace carrige returns with <BR> and trying to ignore automatic linebreaks from the textarea. The following code is what was already done by someone before I started working here. <%=replace(rs(&quot;content&quot;),chr(13) & chr(10), vbCrLf)%>...
  8. NeoTurtle

    Show/Hide Input type=text when SELECT=Other

    Hi everyone. Can anyone tell me how I can display an input textbox when someone selects Other from a select box? Thanks in advance, -Ivan
  9. NeoTurtle

    Passing variables (URGENT)

    Hi. I'm having trouble passing a variables. This is what I'm doing: newacct1.asp login page passing form values with post method newacct2.asp checks our DB for Agreement = 0 or 1 if 0 go to agreement.asp else go to newacct3.asp currently doesn't check password, another problem i'll have to...
  10. NeoTurtle

    help with IFF and MOD functions!

    Hi everyone. I've been up all night trying to figure something out. I could get it working if I could just understand what this means in plain English: <TR BGCOLOR=&quot;#IIF(((CurrentRow MOD 2) IS 0),DE('FFFFFF'),DE('EEEECC'))#&quot;> I tried looking all my help references which turned out...
  11. NeoTurtle

    IIF expression help!

    I have this: _____________ <CFPARAM NAME=&quot;Attributes.width&quot; DEFAULT=&quot;150&quot;> (more code) ... (more code) <CFSET tw = #IIf(IsDefined(Attributes.width), DE(&quot;#Attributes.width#&quot;), DE(&quot;100&quot;))#> _____________ and I get this error: Error Diagnostic Information...
  12. NeoTurtle

    Login page for DarkMan

    Hello DarkMan . . . I followed your Login page code and had it working. Then I had to make some modificaitons and now it's not working. Can you please check my code to see where I went wrong? application.cfm <CFAPPLICATION NAME=&quot;Login&quot; CLIENTMANAGEMENT=&quot;Yes&quot...
  13. NeoTurtle

    CFSET on Conditional Form

    Hi everyone. I'm having a bit of a problem with this: I've made a conditional form to Update or Add a category. I've tried just about everything. I'm using ColdFusion 4.0. This is what I have: <CFIF IsDefined(&quot;CatID&quot;)> <CFSET NewCat=&quot;No&quot;> <CFELSE> <CFSET...

Part and Inventory Search

Back
Top