Hello:
I am in the Portland Oregon area. I went and met a sales man at New Horizons. I did not have the 20 grand he was asking. I asked him if he would quote me a price on just set of classes for a MCSA. He replied to me by this cute little emailed quote.
"I want to caution you, that our...
Here is the form
<html>
<head>
<title>Customer Service FeedBack Form</title>
</head>
<body>
<h1>Customer Service FeedBack Form</h1>
<hr>
<FORM method="post" action="doregister.cfm" name="Customer Service Feedback"> <ol> <li> 
...
Hello
I have created this form for output I do not get any results. What I am doing wrong?
I have a different form that works fine.
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="TEXT"/html; charset=windows-1252">
<meta HTTP-EQUIV="Content-Language"...
the search.cfm appears to be not working. My browser just refreshes.
Here is my action file "search.cfm"
<CFPARAM NAME=DATASRC DEFAULT=custsrvc>
<cfoutput>#form.searchvar# </cfoutput>
<CFQUERY NAME=GETITEMS DATASOURCE=#DATASRC#>
SELECT * FROM complaint where product_id like...
Hello I am knew to cold Fusion. Here is my problem I have a form with one field and a submit button. When I enter something in the field and press submit.
I get this error
Error Diagnostic Information
An error occurred while evaluating the expression:
#form.searchvar#
Error near line 3...
I have this query I want to return information just where fiscyr = 2002. However it returns all years.
select r.invtid,r.qty as returns ,i.qty as invoice, r.fiscyr, i.fiscyr as invoice_fiscyr from z_return as r left join z_invoice as i on i.invtid=r.invtid
where r.fiscyr='2002'
group by...
Hello:
I am trying to construct an sql string that has varibles concatenated to it. I am running SQL 7.0 sp4 on windows 2000 server. Code is below
declare @yr as int
declare @mo as int
declare @dy as int
declare @total as int
declare @count as int
declare @pos as int
declare @sqlstr as...
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.