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...
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="Alexianna Summerbreeze" id="322413" laston="2_Weeks">
<race>Saracen</race>...
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 "Replies" and now can't seem to get a script to update the Replies...
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...
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...
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 " <TD><A...
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("content"),chr(13) & chr(10), vbCrLf)%>...
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...
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="#IIF(((CurrentRow MOD 2) IS 0),DE('FFFFFF'),DE('EEEECC'))#">
I tried looking all my help references which turned out...
I have this:
_____________
<CFPARAM NAME="Attributes.width" DEFAULT="150">
(more code)
...
(more code)
<CFSET tw = #IIf(IsDefined(Attributes.width), DE("#Attributes.width#"), DE("100"))#>
_____________
and I get this error:
Error Diagnostic Information...
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="Login" CLIENTMANAGEMENT="Yes"...
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("CatID")>
<CFSET NewCat="No">
<CFELSE>
<CFSET...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.